5 implementations of GetDocument
Microsoft.DiaSymReader (5)
_generated\22\Microsoft.DiaSymReader.ISymUnmanagedReader.cs (1)
69
int global::Microsoft.DiaSymReader.ISymUnmanagedReader.
GetDocument
(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document)
_generated\23\Microsoft.DiaSymReader.ISymUnmanagedReader2.cs (1)
1100
int global::Microsoft.DiaSymReader.ISymUnmanagedReader.
GetDocument
(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => throw new global::System.Diagnostics.UnreachableException();
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
1102
int global::Microsoft.DiaSymReader.ISymUnmanagedReader.
GetDocument
(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => throw new global::System.Diagnostics.UnreachableException();
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
1183
int global::Microsoft.DiaSymReader.ISymUnmanagedReader.
GetDocument
(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => throw new global::System.Diagnostics.UnreachableException();
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1156
int global::Microsoft.DiaSymReader.ISymUnmanagedReader.
GetDocument
(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => throw new global::System.Diagnostics.UnreachableException();
6 references to GetDocument
Microsoft.DiaSymReader (6)
_generated\22\Microsoft.DiaSymReader.ISymUnmanagedReader.cs (1)
118
__retVal = @this.
GetDocument
(url, language, languageVendor, documentType, out document);
_generated\23\Microsoft.DiaSymReader.ISymUnmanagedReader2.cs (1)
1143
new int GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).
GetDocument
(url, language, languageVendor, documentType, out document);
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
1151
new int GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).
GetDocument
(url, language, languageVendor, documentType, out document);
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
1236
new int GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).
GetDocument
(url, language, languageVendor, documentType, out document);
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1215
new int GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).
GetDocument
(url, language, languageVendor, documentType, out document);
Extensions\SymUnmanagedExtensions.Reader.cs (1)
90
ThrowExceptionForHR(reader.
GetDocument
(name, language: default, languageVendor: default, documentType: default, out document));