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