31 references to ReadOnly
Microsoft.AspNetCore.Razor.Language.UnitTests (9)
CodeGeneration\DesignTimeNodeWriterTest.cs (1)
567
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
CodeGeneration\RuntimeNodeWriterTest.cs (1)
639
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Intermediate\ExtensionIntermediateNodeTest.cs (1)
48
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Intermediate\IntermediateNodeReferenceTest.cs (6)
310
var parent = new BasicIntermediateNode("Parent", IntermediateNodeCollection.
ReadOnly
);
325
var parent = new BasicIntermediateNode("Parent", IntermediateNodeCollection.
ReadOnly
);
340
var parent = new BasicIntermediateNode("Parent", IntermediateNodeCollection.
ReadOnly
);
355
var parent = new BasicIntermediateNode("Parent", IntermediateNodeCollection.
ReadOnly
);
370
var parent = new BasicIntermediateNode("Parent", IntermediateNodeCollection.
ReadOnly
);
385
var parent = new BasicIntermediateNode("Parent", IntermediateNodeCollection.
ReadOnly
);
Microsoft.CodeAnalysis.Razor.Compiler (22)
Language\Components\ComponentInjectIntermediateNode.cs (1)
41
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Components\RouteAttributeExtensionNode.cs (1)
13
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Extensions\DefaultTagHelperCreateIntermediateNode.cs (1)
14
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Extensions\DefaultTagHelperExecuteIntermediateNode.cs (1)
14
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Extensions\PreallocatedTagHelperHtmlAttributeIntermediateNode.cs (1)
14
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (1)
35
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (1)
34
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Extensions\PreallocatedTagHelperPropertyValueIntermediateNode.cs (1)
14
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Extensions\RazorCompiledItemAttributeIntermediateNode.cs (1)
14
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Extensions\RazorCompiledItemMetadataAttributeIntermediateNode.cs (1)
17
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Extensions\RazorSourceChecksumAttributeIntermediateNode.cs (1)
16
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Intermediate\ComponentTypeInferenceMethodIntermediateNode.cs (1)
16
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Intermediate\DirectiveTokenIntermediateNode.cs (1)
12
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Intermediate\FieldDeclarationIntermediateNode.cs (1)
17
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Intermediate\IntermediateToken.cs (1)
15
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Intermediate\PropertyDeclarationIntermediateNode.cs (1)
15
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (1)
33
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Intermediate\SetKeyIntermediateNode.cs (1)
10
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Language\Intermediate\UsingDirectiveIntermediateNode.cs (1)
12
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Mvc\CreateNewOnMetadataUpdateAttributePass.cs (1)
64
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Mvc\InjectIntermediateNode.cs (1)
25
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;
Mvc\ViewComponentTagHelperIntermediateNode.cs (1)
15
public override IntermediateNodeCollection Children => IntermediateNodeCollection.
ReadOnly
;