3 implementations of GetTypeRefProps
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
561int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.GetTypeRefProps(uint tr, uint* ptkResolutionScope, char* szName, uint cchName, uint* pchName)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1543int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.GetTypeRefProps(uint tr, uint* ptkResolutionScope, char* szName, uint cchName, uint* pchName) => throw new global::System.Diagnostics.UnreachableException();
MetaDataImportImpl.cs (1)
494int IMetaDataImport.GetTypeRefProps(uint tr, uint* ptkResolutionScope, char* szName, uint cchName, uint* pchName)
2 references to GetTypeRefProps
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
586__retVal = @this.GetTypeRefProps(tr, ptkResolutionScope, szName, cchName, pchName);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1698new int GetTypeRefProps(uint tr, uint* ptkResolutionScope, char* szName, uint cchName, uint* pchName) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport)this).GetTypeRefProps(tr, ptkResolutionScope, szName, cchName, pchName);