5 references to GetType
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
793eventCType = swtEvent.Field().GetType();
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
439CType pFieldType = TypeManager.SubstType(fwt.Field().GetType(), fwt.GetType());
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
203if ((symCur is FieldSymbol field && !IsDelegateType(field.GetType(), typeCur) && !IsDynamicMember(symCur)) ||
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\Symbol.cs (1)
119return field.GetType();
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1118CType addedFieldType = addedField?.GetType();