8 references to UnsafeGetSpecialTypeMethod
Microsoft.CodeAnalysis.CSharp (8)
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 (2)
1059
MethodSymbol getLowerBoundMethod =
UnsafeGetSpecialTypeMethod
(forEachSyntax, SpecialMember.System_Array__GetLowerBound);
1060
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);