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