6 references to AsImmutable
Microsoft.CodeAnalysis (1)
Symbols\Attributes\AttributeDescription.cs (1)
134
}).
AsImmutable
();
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Attributes.cs (1)
750
return reorderedArguments.
AsImmutable
();
Compiler\MethodBodySynthesizer.cs (1)
518
locals: tmps.
AsImmutable
(),
Lowering\SyntheticBoundNodeFactory.cs (2)
823
return new BoundBadExpression(Syntax, default(LookupResultKind), ImmutableArray<Symbol?>.Empty, args.
AsImmutable
(), receiver);
1540
return ArrayOrEmpty(elementType, elements.
AsImmutable
());
Symbols\ReducedExtensionMethodSymbol.cs (1)
162
arguments.
AsImmutable
(),