2 implementations of SetMethodSourceRange
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
801
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
SetMethodSourceRange
(global::Microsoft.DiaSymReader.ISymUnmanagedDocumentWriter startDoc, uint startLine, uint startColumn, global::Microsoft.DiaSymReader.ISymUnmanagedDocumentWriter endDoc, uint endLine, uint endColumn)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1061
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
SetMethodSourceRange
(global::Microsoft.DiaSymReader.ISymUnmanagedDocumentWriter startDoc, uint startLine, uint startColumn, global::Microsoft.DiaSymReader.ISymUnmanagedDocumentWriter endDoc, uint endLine, uint endColumn) => throw new global::System.Diagnostics.UnreachableException();
2 references to SetMethodSourceRange
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
844
@this.
SetMethodSourceRange
(startDoc, startLine, startColumn, endDoc, endLine, endColumn);
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1151
new void SetMethodSourceRange(global::Microsoft.DiaSymReader.ISymUnmanagedDocumentWriter startDoc, uint startLine, uint startColumn, global::Microsoft.DiaSymReader.ISymUnmanagedDocumentWriter endDoc, uint endLine, uint endColumn) => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).
SetMethodSourceRange
(startDoc, startLine, startColumn, endDoc, endLine, endColumn);