1 write to Id
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DocumentationDescriptor.cs (1)
88
Id
= id;
8 references to Id
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\DocumentationDescriptor.cs (1)
105
return
Id
switch
Language\DocumentationDescriptor.FormattedDescriptor.cs (3)
38
if (other is not FormattedDescriptor {
Id
: var id, Args: var args })
43
if (
Id
!= id)
82
result.Add(
Id
);
Language\DocumentationDescriptor.SimpleDescriptor.cs (3)
23
=> other is SimpleDescriptor {
Id
: var id } &&
Id
== id;
26
=> (int)
Id
;
Language\DocumentationObject.cs (1)
33
builder.Append((int)descriptor.
Id
);