2 implementations of SetScopeRange
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
383void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.SetScopeRange(uint scopeID, uint startOffset, uint endOffset)
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1041void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.SetScopeRange(uint scopeID, uint startOffset, uint endOffset) => throw new global::System.Diagnostics.UnreachableException();
2 references to SetScopeRange
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
408@this.SetScopeRange(scopeID, startOffset, endOffset);
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1121new void SetScopeRange(uint scopeID, uint startOffset, uint endOffset) => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).SetScopeRange(scopeID, startOffset, endOffset);