4 references to Identity
Microsoft.CodeAnalysis.CSharp (4)
Declarations\MergedNamespaceDeclaration.cs (3)
108else if (allTypesHaveSameIdentity && !asType.Identity.Equals(types[0].Identity)) 168var typeGroups = types.ToDictionary(t => t.Identity);
Declarations\MergedTypeDeclaration.cs (1)
203var typesGrouped = nestedTypes.ToDictionary(t => t.Identity);