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