1 write to Definition
Microsoft.CodeAnalysis (1)
PEWriter\Units.cs (1)
43
Definition
= definition;
6 references to Definition
Microsoft.CodeAnalysis (6)
NativePdbWriter\PdbWriter.cs (2)
708
EntityHandle handle = _metadataWriter.GetDefinitionHandle(definition.
Definition
);
730
int token = MetadataTokens.GetToken(_metadataWriter.GetDefinitionHandle(definition.
Definition
));
PEWriter\Units.cs (4)
51
=> $"{
Definition
} => ({StartLine},{StartColumn}) - ({EndLine}, {EndColumn})";
60
return
Definition
== other.
Definition
&& StartLine == other.StartLine && StartColumn == other.StartColumn && EndLine == other.EndLine && EndColumn == other.EndColumn;
65
return Hash.Combine(RuntimeHelpers.GetHashCode(
Definition
), StartLine.GetHashCode());