3 references to getType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (2)
316if (!field.getType().IsPredefType(PredefinedType.PT_OBJECT)) 330if (!prop.getType().IsPredefType(PredefinedType.PT_OBJECT))
Microsoft\CSharp\RuntimeBinder\Semantics\SemanticChecker.cs (1)
64CType type = symCheck.getType();