2 writes to FallbackComponentTypeName
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorMarkupSplitPhase.cs (1)
110documentNode.FallbackComponentTypeName = primaryNamespace?.Name is { } namespaceName
Language\Intermediate\DocumentIntermediateNode.cs (1)
81FallbackComponentTypeName = FallbackComponentTypeName,
3 references to FallbackComponentTypeName
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorDeclCSharpLoweringPhase.cs (1)
53isStubDocument: documentNode.FallbackComponentTypeName is not null,
Language\Intermediate\DocumentIntermediateNode.cs (1)
81FallbackComponentTypeName = FallbackComponentTypeName,
SourceGenerators\RazorSourceGenerator.cs (1)
105if (document.CodeDocument.GetRequiredDocumentNode().FallbackComponentTypeName is { } typeName &&