Implemented interface member:
property
Name
Microsoft.Cci.INamedEntity.Name
5 references to Name
Microsoft.CodeAnalysis (5)
CodeGen\PrivateImplementationDetails.cs (5)
500
RoslynDebug.Assert(x.
Name
!= null && y.
Name
!= null);
501
return x.
Name
.CompareTo(y.
Name
);
632
public override string ToString() => $"{(object?)_type.GetInternalSymbol() ?? _type} {(object?)_containingType.GetInternalSymbol() ?? _containingType}.{this.
Name
}";