2 references to CaptureUnmatchedValues
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentsApi.cs (1)
30
public const string CaptureUnmatchedValues = nameof(
CaptureUnmatchedValues
);
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
253
if (name == ComponentsApi.ParameterAttribute.
CaptureUnmatchedValues
&&