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