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