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