1 instantiation of TypeDeclarationIdentity
Microsoft.CodeAnalysis.CSharp (1)
Declarations\SingleTypeDeclaration.cs (1)
205
return new
TypeDeclarationIdentity
(this);
5 references to TypeDeclarationIdentity
Microsoft.CodeAnalysis.CSharp (5)
Declarations\SingleTypeDeclaration.cs (5)
201
internal
TypeDeclarationIdentity
Identity
211
internal readonly struct TypeDeclarationIdentity : IEquatable<
TypeDeclarationIdentity
>
222
return obj is
TypeDeclarationIdentity
&& Equals((
TypeDeclarationIdentity
)obj);
225
public bool Equals(
TypeDeclarationIdentity
other)