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