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