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