1 instantiation of TryParseResult
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\TagHelperBlockRewriter.cs (1)
528
return new
TryParseResult
11 references to TryParseResult
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\Legacy\TagHelperBlockRewriter.cs (11)
79
TryParseResult
result;
223
private static
TryParseResult
TryParseMinimizedAttribute(
231
var
result = CreateTryParseResult(attributeBlock.Name.GetContent(), tagHelpers, processedBoundAttributeNames);
260
private static
TryParseResult
TryParseAttribute(
269
var
result = CreateTryParseResult(attributeBlock.Name.GetContent(), tagHelpers, processedBoundAttributeNames);
343
TryParseResult
result,
405
TryParseResult
result)
459
private static MarkupTagHelperAttributeValueSyntax RewriteAttributeValue(
TryParseResult
result, RazorBlockSyntax attributeValue, RazorParserOptions options)
491
private static
TryParseResult
CreateTryParseResult(
560
private readonly
TryParseResult
_tryParseResult;
564
public AttributeValueRewriter(
TryParseResult
result, RazorParserOptions options)