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