3 implementations of GetTypeRefProps
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Generated\361d1da7f942c932\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\361d1da7f942c932\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)
494
int 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)
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);