1 write to _dictionaryOfStringObject
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
33_dictionaryOfStringObject = dictionaryType.Construct(
2 references to _dictionaryOfStringObject
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (2)
231if (captureUnmatchedValuesProperty is null || _dictionaryOfStringObject is null) 236var conversion = _compilation.ClassifyConversion(_dictionaryOfStringObject, captureUnmatchedValuesProperty.Type);