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