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