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