10 references to UnsafeGetSpecialTypeMethod
Microsoft.CodeAnalysis.CSharp (10)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (3)
2020
var method =
UnsafeGetSpecialTypeMethod
(syntax, member);
2043
method =
UnsafeGetSpecialTypeMethod
(syntax, member);
2081
var method =
UnsafeGetSpecialTypeMethod
(syntax, member);
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (4)
78
lengthGet =
UnsafeGetSpecialTypeMethod
(forEachSyntax, SpecialMember.System_String__Length);
79
indexerGet =
UnsafeGetSpecialTypeMethod
(forEachSyntax, SpecialMember.System_String__Chars);
1054
MethodSymbol getLowerBoundMethod =
UnsafeGetSpecialTypeMethod
(forEachSyntax, SpecialMember.System_Array__GetLowerBound);
1055
MethodSymbol getUpperBoundMethod =
UnsafeGetSpecialTypeMethod
(forEachSyntax, SpecialMember.System_Array__GetUpperBound);
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (3)
194
var method =
UnsafeGetSpecialTypeMethod
(originalSyntax, concatMember);
560
var method =
UnsafeGetSpecialTypeMethod
(current.Syntax, member);
615
var objectToStringMethod =
UnsafeGetSpecialTypeMethod
(syntax, SpecialMember.System_Object__ToString);