3 references to PartialInterfaces
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\Parser.vb (1)
1600statement = CheckFeatureAvailability(If(kind = SyntaxKind.ModuleStatement, Feature.PartialModules, Feature.PartialInterfaces), statement)
Parser\ParserFeature.vb (2)
86Feature.PartialInterfaces, 164Case Feature.PartialInterfaces