3 references to IsSourceDocument
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (3)
140
if (
IsSourceDocument
)
320
var contributed =
IsSourceDocument
? TagHelperCollection.TagHelperDescriptorListPool.Default.Get() : null;
539
if (
IsSourceDocument
)