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)
231
if (captureUnmatchedValuesProperty is null ||
_dictionaryOfStringObject
is null)
236
var conversion = _compilation.ClassifyConversion(
_dictionaryOfStringObject
, captureUnmatchedValuesProperty.Type);