1 write to _currentDocumentPath
ILAssembler (1)
GrammarVisitor.cs (1)
2352_currentDocumentPath = filePath;
2 references to _currentDocumentPath
ILAssembler (2)
GrammarVisitor.cs (2)
2356if (_currentMethod is not null && _currentDocumentPath is not null) 2359_currentMethod.Definition.DebugInfo.DocumentPath ??= _currentDocumentPath;