1 instantiation of TypeDeclarationIdentity
Microsoft.CodeAnalysis.CSharp (1)
Declarations\SingleTypeDeclaration.cs (1)
216return new TypeDeclarationIdentity(this);
6 references to TypeDeclarationIdentity
Microsoft.CodeAnalysis.CSharp (6)
Declarations\MergedNamespaceDeclaration.cs (1)
196var typeGroups = PooledDictionary<SingleTypeDeclaration.TypeDeclarationIdentity, object>.GetInstance();
Declarations\SingleTypeDeclaration.cs (5)
212internal TypeDeclarationIdentity Identity 222internal readonly struct TypeDeclarationIdentity : IEquatable<TypeDeclarationIdentity> 233return obj is TypeDeclarationIdentity && Equals((TypeDeclarationIdentity)obj); 236public bool Equals(TypeDeclarationIdentity other)