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