3 references to Block
Microsoft.VisualStudio.LanguageServices (3)
Venus\ContainedDocument.cs (3)
851
if (blockType is RazorCodeBlockType.
Block
or RazorCodeBlockType.Helper)
964
if (type == RazorCodeBlockType.
Block
)
1040
return RazorCodeBlockType.
Block
;