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