8 references to DefinitionWithLocation
Microsoft.CodeAnalysis (8)
Emit\CommonPEModuleBuilder.cs (1)
231public abstract MultiDictionary<Cci.DebugSourceDocument, Cci.DefinitionWithLocation> GetSymbolToLocationMap();
NativePdbWriter\PdbWriter.cs (4)
688public void AssertAllDefinitionsHaveTokens(MultiDictionary<DebugSourceDocument, DefinitionWithLocation> file2definitions) 692foreach (var definition in kvp.Value) 701public void WriteDefinitionLocations(MultiDictionary<DebugSourceDocument, DefinitionWithLocation> file2definitions) 708foreach (var definition in kvp.Value)
PEWriter\Units.cs (3)
27internal readonly struct DefinitionWithLocation : IEquatable<DefinitionWithLocation> 55return obj is DefinitionWithLocation other && Equals(other); 58public bool Equals(DefinitionWithLocation other)