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)
483_symWriter.CloseScope(endInclusive ? topScope.EndOffset - 1 : topScope.EndOffset); 496_symWriter.CloseScope(endInclusive ? scope.EndOffset - 1 : scope.EndOffset); 652_symWriter.CloseScope(endOffset: ilLength);