34 references to DoubleQuotes
Microsoft.AspNetCore.Razor.Language.UnitTests (25)
DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs (3)
224
AttributeStructure.
DoubleQuotes
,
267
AttributeStructure.
DoubleQuotes
,
313
AttributeStructure.
DoubleQuotes
,
Extensions\DefaultTagHelperOptimizationPassTest.cs (2)
69
Assert.Equal(AttributeStructure.
DoubleQuotes
, property.AttributeStructure);
78
Assert.Equal(AttributeStructure.
DoubleQuotes
, htmlAttribute.AttributeStructure);
Extensions\DefaultTagHelperTargetExtensionTest.cs (18)
278
AttributeStructure = AttributeStructure.
DoubleQuotes
,
323
AttributeStructure = AttributeStructure.
DoubleQuotes
,
366
AttributeStructure = AttributeStructure.
DoubleQuotes
,
481
AttributeStructure = AttributeStructure.
DoubleQuotes
,
526
AttributeStructure = AttributeStructure.
DoubleQuotes
,
571
AttributeStructure = AttributeStructure.
DoubleQuotes
,
632
AttributeStructure = AttributeStructure.
DoubleQuotes
,
671
AttributeStructure = AttributeStructure.
DoubleQuotes
,
715
AttributeStructure = AttributeStructure.
DoubleQuotes
,
767
AttributeStructure = AttributeStructure.
DoubleQuotes
,
811
AttributeStructure = AttributeStructure.
DoubleQuotes
,
861
AttributeStructure = AttributeStructure.
DoubleQuotes
,
923
AttributeStructure = AttributeStructure.
DoubleQuotes
,
962
AttributeStructure = AttributeStructure.
DoubleQuotes
,
1007
AttributeStructure = AttributeStructure.
DoubleQuotes
,
1064
AttributeStructure = AttributeStructure.
DoubleQuotes
,
1080
AttributeStructure = AttributeStructure.
DoubleQuotes
,
1134
AttributeStructure = AttributeStructure.
DoubleQuotes
,
Extensions\PreallocatedAttributeTargetExtensionTest.cs (2)
24
AttributeStructure = AttributeStructure.
DoubleQuotes
,
110
AttributeStructure = AttributeStructure.
DoubleQuotes
,
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\Components\ComponentLoweringPass.cs (1)
803
case AttributeStructure.
DoubleQuotes
:
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (2)
551
return AttributeStructure.
DoubleQuotes
;
562
return AttributeStructure.
DoubleQuotes
;
Language\DefaultTagHelperResolutionPhase.cs (3)
757
return AttributeStructure.
DoubleQuotes
;
762
return AttributeStructure.
DoubleQuotes
;
771
return AttributeStructure.
DoubleQuotes
;
Language\Legacy\TagHelperAttributeNode.cs (1)
21
: this(name, value, AttributeStructure.
DoubleQuotes
)
Language\Legacy\TagHelperBlockRewriter.cs (2)
280
result.AttributeStructure = AttributeStructure.
DoubleQuotes
;
288
result.AttributeStructure = AttributeStructure.
DoubleQuotes
;