1 write to _compilation
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
28
_compilation
= compilation;
3 references to _compilation
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (3)
61
_compilation
, type, properties, acceptsUnmatchedAttributes);
69
_compilation
, type, properties, acceptsUnmatchedAttributes);
236
var conversion =
_compilation
.ClassifyConversion(_dictionaryOfStringObject, captureUnmatchedValuesProperty.Type);