1 write to HasExplicitTypeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentGenericTypePass.cs (1)
353
attribute.
HasExplicitTypeName
= true;
2 references to HasExplicitTypeName
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentNodeWriter.cs (2)
515
if (node.
HasExplicitTypeName
)
1337
var explicitType = node.
HasExplicitTypeName
;