1 implementation of GetUrl
Microsoft.DiaSymReader (1)
_generated\17\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)
_generated\17\Microsoft.DiaSymReader.ISymUnmanagedDocument.cs (1)
93
__retVal = @this.
GetUrl
(bufferLength, out count, url);
Extensions\SymUnmanagedExtensions.Document.cs (1)
23
(ISymUnmanagedDocument a, int b, out int c, char[] d) => a.
GetUrl
(b, out c, d)));