3 implementations of GetSymAttributeByVersion
Microsoft.DiaSymReader (3)
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
59
int global::Microsoft.DiaSymReader.ISymUnmanagedReader3.
GetSymAttributeByVersion
(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation)
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
1223
int global::Microsoft.DiaSymReader.ISymUnmanagedReader3.
GetSymAttributeByVersion
(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)
1196
int global::Microsoft.DiaSymReader.ISymUnmanagedReader3.
GetSymAttributeByVersion
(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation) => throw new global::System.Diagnostics.UnreachableException();
4 references to GetSymAttributeByVersion
Microsoft.DiaSymReader (4)
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
100
__retVal = @this.
GetSymAttributeByVersion
(methodToken, version, name, bufferLength, out count, customDebugInformation);
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
1316
new int GetSymAttributeByVersion(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader3)this).
GetSymAttributeByVersion
(methodToken, version, name, bufferLength, out count, customDebugInformation);
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1295
new int GetSymAttributeByVersion(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader3)this).
GetSymAttributeByVersion
(methodToken, version, name, bufferLength, out count, customDebugInformation);
Extensions\SymUnmanagedExtensions.Reader.cs (1)
59
pReader.
GetSymAttributeByVersion
(pMethodToken, pMethodVersion, CdiAttributeName, pBufferLength, out pCount, pCustomDebugInfo));