11 references to ToImmutable
Microsoft.CodeAnalysis.CodeStyle (11)
SymbolKey.AnonymousTypeSymbolKey.cs (4)
66propertyTypes.ToImmutable(), propertyNames.ToImmutable()!, 67propertyIsReadOnly.ToImmutable(), propertyLocations); 87return propertyLocations.ToImmutable()!;
SymbolKey.FunctionPointerTypeSymbolKey.cs (3)
52callingConventionModifiers = modifiersBuilder.ToImmutable(); 92returnTypeSymbol, returnRefKind, parameterTypes.ToImmutable(), paramRefKinds.ToImmutable(), callingConvention, callingConventionModifiers));
SymbolKey.TupleTypeSymbolKey.cs (4)
82var elementNamesArray = elementNames.ToImmutable(); 123elementTypes.ToImmutable(), elementNames.ToImmutable(), elementLocations!); 139return elementLocations.ToImmutable()!;