Base:
3 references to ToString
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlComments\XmlComment.InheritDoc.cs (1)
356
var currentName = current.Name.
ToString
();
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
548
var currentName = current.Name.
ToString
();
PresentationFramework-SystemXmlLinq (1)
SystemXmlLinqExtension.cs (1)
39
return name?.
ToString
();