1 instantiation of TypeDeclarationIdentity
Microsoft.CodeAnalysis.CSharp (1)
Declarations\SingleTypeDeclaration.cs (1)
229
return new
TypeDeclarationIdentity
(this);
7 references to TypeDeclarationIdentity
Microsoft.CodeAnalysis.CSharp (7)
Declarations\MergedNamespaceDeclaration.cs (2)
196
var typeGroups = PooledDictionary<SingleTypeDeclaration.
TypeDeclarationIdentity
, object>.GetInstance();
200
var
id = t.Identity;
Declarations\SingleTypeDeclaration.cs (5)
225
internal
TypeDeclarationIdentity
Identity
235
internal readonly struct TypeDeclarationIdentity : IEquatable<
TypeDeclarationIdentity
>
246
return obj is
TypeDeclarationIdentity
&& Equals((
TypeDeclarationIdentity
)obj);
249
public bool Equals(
TypeDeclarationIdentity
other)