1 instantiation of TypeDeclarationIdentity
Microsoft.CodeAnalysis.CSharp (1)
Declarations\SingleTypeDeclaration.cs (1)
229return 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)
225internal TypeDeclarationIdentity Identity 235internal readonly struct TypeDeclarationIdentity : IEquatable<TypeDeclarationIdentity> 246return obj is TypeDeclarationIdentity && Equals((TypeDeclarationIdentity)obj); 249public bool Equals(TypeDeclarationIdentity other)