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)
61if (_generatedSourceMappings.Contains(sequencePoint.FileName)) 67if (_generatedSourceMappings.Count != 0) 72_generatedSourceMappings.Add(sequencePoint.FileName);