5 references to DependsOn
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\Conversions\ConversionsBase.cs (5)
2715source.DependsOn((TypeParameterSymbol)destination)) 2752source.DependsOn((TypeParameterSymbol)destination)) 3055source.DependsOn((TypeParameterSymbol)destination)) 3339if ((object)s != null && (object)t != null && t.IsReferenceType && t.DependsOn(s)) 3386if ((object)s != null && (object)t != null && !t.IsReferenceType && t.DependsOn(s))