6 references to HasTryGetValueSignature
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Patterns.cs (3)
288
if (m is MethodSymbol candidate &&
HasTryGetValueSignature
(candidate))
323
HasTryGetValueSignature
(declaredMethod) &&
416
return
HasTryGetValueSignature
(method) && method.GetUseSiteInfo().DiagnosticInfo?.DefaultSeverity != DiagnosticSeverity.Error &&
Binder\DecisionDagBuilder.cs (1)
671
Binder.
HasTryGetValueSignature
(deconstructMethod) &&
FlowAnalysis\NullableWalker.cs (2)
7998
if (Binder.
HasTryGetValueSignature
(method) &&
8488
Binder.
HasTryGetValueSignature
(method) &&