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