1 write to IsStatic
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\AddImportChunkGenerator.cs (1)
16
IsStatic
= isStatic;
2 references to IsStatic
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (1)
514
case AddImportChunkGenerator {
IsStatic
: false } addImport:
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\UsingDirectiveHelper.cs (1)
192
if (child.GetChunkGenerator() is AddImportChunkGenerator {
IsStatic
: false } usingStatement)