1 write to DocumentPath
ILAssembler (1)
GrammarVisitor.cs (1)
2359
_currentMethod.Definition.DebugInfo.
DocumentPath
??= _currentDocumentPath;
4 references to DocumentPath
ILAssembler (4)
GrammarVisitor.cs (4)
397
if (debugInfo.
DocumentPath
is not null)
399
if (!_documentHandles.TryGetValue(debugInfo.
DocumentPath
, out documentHandle))
401
var nameHandle = _pdbBuilder.GetOrAddDocumentName(debugInfo.
DocumentPath
);
410
_documentHandles[debugInfo.
DocumentPath
] = documentHandle;