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