3 implementations of GetTypeRefProps
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\22\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\23\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)
471int IMetaDataImport.GetTypeRefProps(uint tr, uint* ptkResolutionScope, char* szName, uint cchName, uint* pchName)
3 references to GetTypeRefProps
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
586__retVal = @this.GetTypeRefProps(tr, ptkResolutionScope, szName, cchName, pchName);
_generated\23\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);
MetaDataImportImpl.cs (1)
500int hrLegacy = _legacyImport.GetTypeRefProps(tr, &scopeLocal, szLocal, cchName, &pchLocal);