6 references to GetAttributeContent
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentBindLoweringPass.cs (6)
437
var original =
GetAttributeContent
(bindEntry.GetEffectiveBindNode());
450
format =
GetAttributeContent
(formatNode);
463
culture =
GetAttributeContent
(cultureNode);
474
?
GetAttributeContent
(afterNode)
478
?
GetAttributeContent
(setterNode)
788
text =
GetAttributeContent
(html).Content;