3 implementations of GetSymAttributeByVersionPreRemap
Microsoft.DiaSymReader (3)
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
115
int global::Microsoft.DiaSymReader.ISymUnmanagedReader3.
GetSymAttributeByVersionPreRemap
(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation)
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
1225
int global::Microsoft.DiaSymReader.ISymUnmanagedReader3.
GetSymAttributeByVersionPreRemap
(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation) => throw new global::System.Diagnostics.UnreachableException();
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1198
int global::Microsoft.DiaSymReader.ISymUnmanagedReader3.
GetSymAttributeByVersionPreRemap
(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation) => throw new global::System.Diagnostics.UnreachableException();
3 references to GetSymAttributeByVersionPreRemap
Microsoft.DiaSymReader (3)
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
156
__retVal = @this.
GetSymAttributeByVersionPreRemap
(methodToken, version, name, bufferLength, out count, customDebugInformation);
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
1320
new int GetSymAttributeByVersionPreRemap(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader3)this).
GetSymAttributeByVersionPreRemap
(methodToken, version, name, bufferLength, out count, customDebugInformation);
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1299
new int GetSymAttributeByVersionPreRemap(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader3)this).
GetSymAttributeByVersionPreRemap
(methodToken, version, name, bufferLength, out count, customDebugInformation);