2 references to GetNameOfType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeClassDesc.cs (1)
45
string itfName = ComRuntimeHelpers.
GetNameOfType
(itfTypeInfo);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (1)
500
string typeName = ComRuntimeHelpers.
GetNameOfType
(typeInfo);