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