2 references to ToImmutable
Microsoft.CodeAnalysis.CSharp (2)
Lowering\SyntheticBoundNodeFactory.cs (1)
553return Block(instrumentation.Locals.ToImmutable(), statements.ToImmutableAndClear());
Symbols\Source\SourceMemberContainerSymbol.cs (1)
997=> ImmutableArray<Location>.CastUp(declaration.NameLocations.ToImmutable());