3 implementations of GetSymAttributeByVersion
Microsoft.DiaSymReader (3)
Generated\361d1da7f942c932\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\361d1da7f942c932\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\361d1da7f942c932\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)
Extensions\SymUnmanagedExtensions.Reader.cs (1)
59
pReader.
GetSymAttributeByVersion
(pMethodToken, pMethodVersion, CdiAttributeName, pBufferLength, out pCount, pCustomDebugInfo));
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
100
__retVal = @this.
GetSymAttributeByVersion
(methodToken, version, name, bufferLength, out count, customDebugInformation);
Generated\361d1da7f942c932\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\361d1da7f942c932\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);