2 implementations of Abort
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1226
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
Abort
()
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1075
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
Abort
() => throw new global::System.Diagnostics.UnreachableException();
2 references to Abort
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1251
@this.
Abort
();
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1172
new void Abort() => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).
Abort
();