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