2 implementations of Commit
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1433void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.Commit()
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1085void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.Commit() => throw new global::System.Diagnostics.UnreachableException();
3 references to Commit
Microsoft.DiaSymReader (3)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1458@this.Commit();
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1187new void Commit() => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).Commit();
Writer\SymUnmanagedWriterImpl.cs (1)
128GetSymWriter().Commit();