3 references to TryGetSpecialTypeMethod
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter.cs (3)
546/// Recommendation: Do not use, use <see cref="TryGetSpecialTypeMethod(SyntaxNode, SpecialMember, CSharpCompilation, BindingDiagnosticBag, out MethodSymbol)"/> instead! 552if (TryGetSpecialTypeMethod(syntax, specialMember, compilation, diagnostics, out method)) 568return TryGetSpecialTypeMethod(syntax, specialMember, _compilation, _diagnostics, out method);