3 implementations of GetSymAttributeByVersion
Microsoft.DiaSymReader (3)
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (1)
59int 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)
1223int 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)
1196int 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)
1316new 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)
1295new 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)
59pReader.GetSymAttributeByVersion(pMethodToken, pMethodVersion, CdiAttributeName, pBufferLength, out pCount, pCustomDebugInfo));