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