4 references to UnsafeGetSpecialTypeMethod
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter.cs (1)
611
return
UnsafeGetSpecialTypeMethod
(syntax, specialMember, _compilation, _diagnostics);
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
1926
return
UnsafeGetSpecialTypeMethod
(syntax, member, compilation, diagnostics).AsMember(nullableType2);
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
83
lengthGet =
UnsafeGetSpecialTypeMethod
(forEachSyntax, SpecialMember.System_String__Length, compilation, diagnostics);
84
indexerGet =
UnsafeGetSpecialTypeMethod
(forEachSyntax, SpecialMember.System_String__Chars, compilation, diagnostics);