8 references to UnsafeGetSpecialTypeMethod
Microsoft.CodeAnalysis.CSharp (8)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (3)
2021
var method =
UnsafeGetSpecialTypeMethod
(syntax, member);
2044
method =
UnsafeGetSpecialTypeMethod
(syntax, member);
2082
var method =
UnsafeGetSpecialTypeMethod
(syntax, member);
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
1058
MethodSymbol getLowerBoundMethod =
UnsafeGetSpecialTypeMethod
(forEachSyntax, SpecialMember.System_Array__GetLowerBound);
1059
MethodSymbol getUpperBoundMethod =
UnsafeGetSpecialTypeMethod
(forEachSyntax, SpecialMember.System_Array__GetUpperBound);
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (3)
194
var method =
UnsafeGetSpecialTypeMethod
(originalSyntax, concatMember);
607
var method =
UnsafeGetSpecialTypeMethod
(current.Syntax, member);
662
var objectToStringMethod =
UnsafeGetSpecialTypeMethod
(syntax, SpecialMember.System_Object__ToString);