Skip to content

Commit a0ea115

Browse files
committed
Add comment on _relevantIdentifiers
1 parent 5638221 commit a0ea115

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sources/SilkTouch/SilkTouch/Mods/LocationTransformation/LocationTransformationRewriter.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ List<LocationTransformer> transformers
4848
{
4949
_symbols = symbols;
5050
_transformers = transformers;
51+
52+
// Used to skip symbol lookups
53+
// Does not handle the omission of the "-Attribute" suffix, but generally, we don't need to transform attributes
5154
_relevantIdentifiers = _symbols.Select(s => s.Name).ToHashSet();
5255
}
5356

0 commit comments

Comments
 (0)