2 implementations of GetVersionString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\23\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
335
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.
GetVersionString
(char* pwzBuf, uint ccBufSize, uint* pccBufSize)
MetaDataImportImpl.cs (1)
1644
int IMetaDataImport2.
GetVersionString
(char* pwzBuf, uint ccBufSize, uint* pccBufSize)
2 references to GetVersionString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\23\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
360
__retVal = @this.
GetVersionString
(pwzBuf, ccBufSize, pccBufSize);
MetaDataImportImpl.cs (1)
1645
=> _legacyImport2 is not null ? _legacyImport2.
GetVersionString
(pwzBuf, ccBufSize, pccBufSize) : HResults.E_NOTIMPL;