2 references to ImmutableCollectionMetadataNames
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\ImmutableCollections\DoNotCallToImmutableCollectionOnAnImmutableCollectionValue.cs (2)
47
public static ImmutableArray<string> ToImmutableMethodNames { get; } =
ImmutableCollectionMetadataNames
.Keys.ToImmutableArray();
72
if (targetMethod == null || !
ImmutableCollectionMetadataNames
.TryGetValue(targetMethod.Name, out var metadataName))