3 implementations of GetTypeRefProps
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
561
int 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)
1543
int 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)
471
int 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)
1698
new 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)
500
int hrLegacy = _legacyImport.
GetTypeRefProps
(tr, &scopeLocal, szLocal, cchName, &pchLocal);