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