1 override of CloseScope
Microsoft.CodeAnalysis (1)
DiaSymReader\Writer\SymUnmanagedWriterImpl.cs (1)
290
public override void
CloseScope
(int endOffset)
3 references to CloseScope
Microsoft.CodeAnalysis (3)
NativePdbWriter\PdbWriter.cs (3)
483
_symWriter.
CloseScope
(endInclusive ? topScope.EndOffset - 1 : topScope.EndOffset);
496
_symWriter.
CloseScope
(endInclusive ? scope.EndOffset - 1 : scope.EndOffset);
652
_symWriter.
CloseScope
(endOffset: ilLength);