5 references to ToImmutable
Microsoft.CodeAnalysis.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.AnonymousTypeSymbolKey.cs (2)
65propertyTypes.ToImmutable(), propertyNames.ToImmutable()!, 66propertyIsReadOnly.ToImmutable(), propertyLocations);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.FunctionPointerTypeSymbolKey.cs (1)
90returnTypeSymbol, returnRefKind, parameterTypes.ToImmutable(), paramRefKinds.ToImmutable(), callingConvention, callingConventionModifiers));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.TupleTypeSymbolKey.cs (2)
80var elementNamesArray = elementNames.ToImmutable(); 121elementTypes.ToImmutable(), elementNames.ToImmutable(), elementLocations!);