2 references to TryGetSpecialTypeMethod
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter.cs (2)
622
if (
TryGetSpecialTypeMethod
(syntax, specialMember, compilation, diagnostics, out method))
638
return
TryGetSpecialTypeMethod
(syntax, specialMember, _compilation, _diagnostics, out method, isOptional);