1 write to _compilation
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
27
_compilation
= compilation;
2 references to _compilation
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (2)
51
var shortNameMatchingDescriptor = CreateShortNameMatchingDescriptor(
_compilation
, type, properties);
58
fullyQualifiedNameMatchingDescriptor = CreateFullyQualifiedNameMatchingDescriptor(
_compilation
, type, properties);