1 write to HasExplicitTypeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentGenericTypePass.cs (1)
353
attribute.
HasExplicitTypeName
= true;
3 references to HasExplicitTypeName
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
791
var explicitType = node.
HasExplicitTypeName
;
Language\Components\ComponentNodeWriter.cs (1)
517
if (node.
HasExplicitTypeName
)
Language\Components\ComponentRuntimeNodeWriter.cs (1)
704
var explicitType = node.
HasExplicitTypeName
;