1 implementation of GetUrl
Microsoft.DiaSymReader (1)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedDocument.cs (1)
55
int global::Microsoft.DiaSymReader.ISymUnmanagedDocument.
GetUrl
(int bufferLength, out int count, char[] url)
2 references to GetUrl
Microsoft.DiaSymReader (2)
Extensions\SymUnmanagedExtensions.Document.cs (1)
23
(ISymUnmanagedDocument a, int b, out int c, char[] d) => a.
GetUrl
(b, out c, d)));
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedDocument.cs (1)
93
__retVal = @this.
GetUrl
(bufferLength, out count, url);