1 write to _generatedSourceMappings
ILCompiler.Compiler (1)
Compiler\SourceLinkWriter.cs (1)
28
_generatedSourceMappings
= new HashSet<string>(StringComparer.OrdinalIgnoreCase);
3 references to _generatedSourceMappings
ILCompiler.Compiler (3)
Compiler\SourceLinkWriter.cs (3)
61
if (
_generatedSourceMappings
.Contains(sequencePoint.FileName))
67
if (
_generatedSourceMappings
.Count != 0)
72
_generatedSourceMappings
.Add(sequencePoint.FileName);