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