3 references to IsPrimitiveType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\VarEnumSelector.cs (1)
68
if (varEnum.
IsPrimitiveType
())
Microsoft\CSharp\RuntimeBinder\ComInterop\VariantBuilder.cs (2)
74
if (_targetComType.
IsPrimitiveType
() ||
154
Debug.Assert(_targetComType.
IsPrimitiveType
(), "Unexpected VarEnum");