Base:
property
Args
Microsoft.AspNetCore.Razor.Language.DocumentationDescriptor.Args
1 write to Args
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DocumentationDescriptor.FormattedDescriptor.cs (1)
30Args = args;
5 references to Args
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\DocumentationDescriptor.FormattedDescriptor.cs (5)
34=> _formattedString ??= string.Format(CultureInfo.CurrentCulture, GetDocumentationText(), Args); 38if (other is not FormattedDescriptor { Id: var id, Args: var args }) 48var length = Args.Length; 57var thisArg = Args[i]; 84foreach (var arg in Args)