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