2 references to System_Array__Empty
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
1514
MethodSymbol? arrayEmpty = _compilation.GetSpecialTypeMember(SpecialMember.
System_Array__Empty
) as MethodSymbol;
Lowering\SyntheticBoundNodeFactory.cs (1)
1554
MethodSymbol? arrayEmpty = SpecialMethod(CodeAnalysis.SpecialMember.
System_Array__Empty
, isOptional: true);