24 references to ComRuntimeHelpers
Microsoft.CSharp (24)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (2)
298typeof(ComRuntimeHelpers).GetMethod(nameof(ComRuntimeHelpers.CheckThrowException)),
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeClassDesc.cs (2)
29ComTypes.TYPEATTR typeAttr = ComRuntimeHelpers.GetTypeAttrForTypeInfo(typeInfo); 45string itfName = ComRuntimeHelpers.GetNameOfType(itfTypeInfo);
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
24ComRuntimeHelpers.GetInfoFromType(typeInfo, out _typeName, out _documentation);
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeEnumDesc.cs (2)
23ComTypes.TYPEATTR typeAttr = ComRuntimeHelpers.GetTypeAttrForTypeInfo(typeInfo); 52memberNames[i] = ComRuntimeHelpers.GetNameOfMethod(typeInfo, varDesc.memid);
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeLibDesc.cs (5)
51ComTypes.TYPELIBATTR typeLibAttr = ComRuntimeHelpers.GetTypeAttrForTypeLib(typeLib); 63Name = ComRuntimeHelpers.GetNameOfLib(typeLib), 85ComTypes.TYPEATTR typeAttr = ComRuntimeHelpers.GetTypeAttrForTypeInfo(typeInfo); 88ComRuntimeHelpers.GetInfoFromType(typeInfo, out string aliasName, out _); 92ComTypes.TYPEATTR referencedTypeAttr = ComRuntimeHelpers.GetTypeAttrForTypeInfo(referencedTypeInfo);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (8)
346ComTypes.ITypeInfo typeInfo = ComRuntimeHelpers.GetITypeInfoFromIDispatch(DispatchObject); 353ComTypes.TYPEATTR typeAttr = ComRuntimeHelpers.GetTypeAttrForTypeInfo(typeInfo); 388ComTypes.TYPEATTR classTypeAttr = ComRuntimeHelpers.GetTypeAttrForTypeInfo(classTypeInfo); 425ComTypes.TYPEATTR sourceTypeAttribute = ComRuntimeHelpers.GetTypeAttrForTypeInfo(sourceTypeInfo); 445string name = ComRuntimeHelpers.GetNameOfMethod(sourceTypeInfo, funcDesc.memid); 500string typeName = ComRuntimeHelpers.GetNameOfType(typeInfo); 521ComTypes.ITypeInfo typeInfo = ComRuntimeHelpers.GetITypeInfoFromIDispatch(DispatchObject); 528ComTypes.TYPEATTR typeAttr = ComRuntimeHelpers.GetTypeAttrForTypeInfo(typeInfo);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (4)
116typeof(ComRuntimeHelpers).GetMethod(nameof(ComRuntimeHelpers.CreateDispCallable)), 129typeof(ComRuntimeHelpers).GetMethod(nameof(ComRuntimeHelpers.CreateComEvent)),