2 references to CreateTryParseResult
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\TagHelperBlockRewriter.cs (2)
231
var result =
CreateTryParseResult
(attributeBlock.Name.GetContent(), tagHelpers, processedBoundAttributeNames);
269
var result =
CreateTryParseResult
(attributeBlock.Name.GetContent(), tagHelpers, processedBoundAttributeNames);