2 references to EffectiveType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (2)
413if ((object)type == null || !type.IsErrorType() && !Compilation.IsExceptionType(type.EffectiveType(ref useSiteInfo), ref useSiteInfo)) 3259TypeSymbol effectiveType = type.EffectiveType(ref useSiteInfo);