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