154 references to PropertyBlock
Microsoft.CodeAnalysis.VisualBasic (33)
Binding\BinderFactory.vb (1)
492If nodeForOuterBinder IsNot Nothing AndAlso nodeForOuterBinder.Kind = SyntaxKind.PropertyBlock Then
Binding\MethodBodyBinder.vb (1)
68methodBlock.Parent.Kind = SyntaxKind.PropertyBlock Then
Compilation\SemanticModel.vb (1)
3317Case SyntaxKind.PropertyBlock
Compilation\SyntaxTreeSemanticModel.vb (1)
981Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock, SyntaxKind.OperatorBlock, SyntaxKind.PropertyBlock, SyntaxKind.EventBlock
Declarations\DeclarationTreeBuilder.vb (1)
644Case SyntaxKind.PropertyBlock
Generated\Syntax.xml.Internal.Generated.vb (4)
36032Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement, hash) 36037Dim result = New PropertyBlockSyntax(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement) 48098Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement, _factoryContext, hash) 48103Dim result = New PropertyBlockSyntax(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (4)
9068Return New PropertyBlockSyntax(SyntaxKind.PropertyBlock, Nothing, Nothing, propertyStatement, accessors.Node, endPropertyStatement) 35835SyntaxKind.PropertyBlock, 36129SyntaxKind.PropertyBlock, 36431SyntaxKind.PropertyBlock,
Generated\Syntax.xml.Syntax.Generated.vb (1)
6022''' <item><description><see cref="SyntaxKind.PropertyBlock"/></description></item>
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
526Case SyntaxKind.PropertyBlock
Parser\BlockContexts\BlockContext.vb (3)
54Case SyntaxKind.PropertyBlock 652Case SyntaxKind.PropertyBlock 762Case SyntaxKind.PropertyBlock
Parser\BlockContexts\DeclarationContext.vb (2)
205SyntaxKind.PropertyBlock, 323Case SyntaxKind.PropertyBlock
Parser\BlockContexts\EnumDeclarationBlockContext.vb (1)
70SyntaxKind.PropertyBlock,
Parser\BlockContexts\ExecutableStatementContext.vb (1)
164SyntaxKind.PropertyBlock,
Parser\BlockContexts\NamespaceBlockContext.vb (1)
80SyntaxKind.PropertyBlock,
Parser\BlockContexts\PropertyBlockContext.vb (1)
20MyBase.New(SyntaxKind.PropertyBlock, statement, prevContext)
Parser\Parser.vb (2)
1391SyntaxKind.PropertyBlock, 2072SyntaxKind.PropertyBlock,
Parser\ParseStatement.vb (1)
189Case SyntaxKind.PropertyBlock
src\roslyn\src\Compilers\VisualBasic\BasicAnalyzerDriver\VisualBasicDeclarationComputer.vb (1)
138Case SyntaxKind.PropertyBlock
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2595Case SyntaxKind.PropertyBlock
Syntax\SyntaxFacts.vb (1)
369Case SyntaxKind.PropertyBlock
Syntax\SyntaxKindFacts.vb (1)
571SyntaxKind.PropertyBlock,
Syntax\SyntaxNodeExtensions.vb (1)
42SyntaxKind.PropertyBlock,
Syntax\SyntaxNormalizer.vb (1)
1446If node.Parent IsNot Nothing AndAlso node.Parent.Kind = SyntaxKind.PropertyBlock Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (22)
src\roslyn\src\Analyzers\VisualBasic\Analyzers\UseAutoProperty\VisualBasicUseAutoPropertyAnalyzer.vb (1)
27Protected Overrides ReadOnly Property PropertyDeclarationKind As SyntaxKind = SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (12)
39Case SyntaxKind.PropertyBlock 108Case SyntaxKind.PropertyBlock 182Case SyntaxKind.PropertyBlock 256Case SyntaxKind.PropertyBlock 327Case SyntaxKind.PropertyBlock 377Case SyntaxKind.PropertyBlock 448Case SyntaxKind.PropertyBlock 478Case SyntaxKind.PropertyBlock 551SyntaxKind.PropertyBlock, 584Case SyntaxKind.PropertyBlock 639SyntaxKind.PropertyBlock, 670Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (5)
1126Case SyntaxKind.PropertyBlock 1184Case SyntaxKind.PropertyBlock 1238Case SyntaxKind.PropertyBlock 1279Case SyntaxKind.PropertyBlock 1298Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicAccessibilityFacts.vb (2)
37SyntaxKind.PropertyBlock, 141Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1277SyntaxKind.PropertyBlock,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
177Public ReadOnly Property PropertyDeclaration As Integer = SyntaxKind.PropertyBlock Implements ISyntaxKinds.PropertyDeclaration
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\PropertyGenerator.vb (1)
16Dim lastProperty = members.LastOrDefault(Function(m) m.Kind = SyntaxKind.PropertyBlock OrElse m.Kind = SyntaxKind.PropertyStatement)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\VisualBasicDeclarationComparer.vb (2)
16{SyntaxKind.PropertyBlock, 2}, 128Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\LanguageServices\VisualBasicSyntaxGeneratorInternal.vb (1)
351Case SyntaxKind.PropertyBlock,
Microsoft.CodeAnalysis.VisualBasic.Features (24)
ChangeSignature\VisualBasicChangeSignatureService.vb (2)
41SyntaxKind.PropertyBlock, 206Case SyntaxKind.PropertyBlock
CodeFixes\GenerateEndConstruct\GenerateEndConstructCodeFixProvider.vb (2)
83If endStatement.Parent.Kind = SyntaxKind.PropertyBlock Then 94If endStatement?.Parent?.Parent.Kind = SyntaxKind.PropertyBlock Then
CodeLens\VisualBasicDisplayInfoService.vb (1)
132If IsAccessorForDefaultProperty(symbol) AndAlso node.Parent.IsKind(SyntaxKind.PropertyBlock) Then
Completion\KeywordRecommenders\Declarations\PropertyKeywordRecommender.vb (1)
35context.IsInStatementBlockOfKind(SyntaxKind.PropertyBlock) AndAlso
Completion\KeywordRecommenders\Statements\ExitKeywordRecommender.vb (1)
29SyntaxKind.PropertyBlock,
DocumentationComments\VisualBasicDocumentationCommentSnippetService.vb (2)
45SyntaxKind.PropertyBlock, 86SyntaxKind.PropertyBlock,
EditAndContinue\BreakpointSpans.vb (1)
244If node.Parent.IsKind(SyntaxKind.PropertyBlock) Then
EditAndContinue\SyntaxComparer.vb (3)
788Case SyntaxKind.PropertyBlock 911SyntaxKind.PropertyBlock, 1253Case SyntaxKind.PropertyBlock
EditAndContinue\SyntaxUtilities.vb (1)
212Not propertyDeclaration.Parent.IsKind(SyntaxKind.PropertyBlock) AndAlso
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (5)
48If Not current.Parent.IsKind(SyntaxKind.PropertyBlock) Then 593Return If(parent.Kind = SyntaxKind.PropertyBlock, parent, syntax) 1145Case SyntaxKind.PropertyBlock 1529Case SyntaxKind.PropertyBlock 1534Return If(node.IsParentKind(SyntaxKind.PropertyBlock),
GenerateMember\GenerateVariable\VisualBasicGenerateVariableService.vb (1)
41implementsClause.IsParentKind(SyntaxKind.PropertyBlock) Then
Organizing\Organizers\MemberDeclarationsOrganizer.Comparer.vb (1)
123Case SyntaxKind.PropertyBlock
ReplacePropertyWithMethods\VisualBasicReplacePropertyWithMethods.vb (1)
213Return If(propertyDeclaration.IsParentKind(SyntaxKind.PropertyBlock),
src\roslyn\src\Analyzers\VisualBasic\Analyzers\UseAutoProperty\VisualBasicUseAutoPropertyAnalyzer.vb (1)
27Protected Overrides ReadOnly Property PropertyDeclarationKind As SyntaxKind = SyntaxKind.PropertyBlock
src\roslyn\src\Compilers\VisualBasic\BasicAnalyzerDriver\VisualBasicDeclarationComputer.vb (1)
138Case SyntaxKind.PropertyBlock
Microsoft.CodeAnalysis.VisualBasic.Workspaces (46)
CodeGeneration\VisualBasicSyntaxGenerator.vb (20)
1049Case SyntaxKind.PropertyBlock 1067Case SyntaxKind.PropertyBlock 1291Case SyntaxKind.PropertyBlock 1686Case SyntaxKind.PropertyBlock 1749Case SyntaxKind.PropertyBlock 1756If Not IsChildOf(declaration, SyntaxKind.PropertyBlock) Then 1818Case SyntaxKind.PropertyBlock 1822If Not IsChildOf(declaration, SyntaxKind.PropertyBlock) Then 1933Case SyntaxKind.PropertyBlock 2018Case SyntaxKind.PropertyBlock 2126Case SyntaxKind.PropertyBlock 2171Case SyntaxKind.PropertyBlock 2439Case SyntaxKind.PropertyBlock 2726Case SyntaxKind.PropertyBlock 3027Case SyntaxKind.PropertyBlock 3049Case SyntaxKind.PropertyBlock 3064Case SyntaxKind.PropertyBlock 3084Case SyntaxKind.PropertyBlock, 3132Case SyntaxKind.PropertyBlock 3148Case SyntaxKind.PropertyBlock
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (1)
206If node.Kind() = SyntaxKind.PropertyBlock Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (12)
39Case SyntaxKind.PropertyBlock 108Case SyntaxKind.PropertyBlock 182Case SyntaxKind.PropertyBlock 256Case SyntaxKind.PropertyBlock 327Case SyntaxKind.PropertyBlock 377Case SyntaxKind.PropertyBlock 448Case SyntaxKind.PropertyBlock 478Case SyntaxKind.PropertyBlock 551SyntaxKind.PropertyBlock, 584Case SyntaxKind.PropertyBlock 639SyntaxKind.PropertyBlock, 670Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (5)
1126Case SyntaxKind.PropertyBlock 1184Case SyntaxKind.PropertyBlock 1238Case SyntaxKind.PropertyBlock 1279Case SyntaxKind.PropertyBlock 1298Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicAccessibilityFacts.vb (2)
37SyntaxKind.PropertyBlock, 141Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1277SyntaxKind.PropertyBlock,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
177Public ReadOnly Property PropertyDeclaration As Integer = SyntaxKind.PropertyBlock Implements ISyntaxKinds.PropertyDeclaration
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\PropertyGenerator.vb (1)
16Dim lastProperty = members.LastOrDefault(Function(m) m.Kind = SyntaxKind.PropertyBlock OrElse m.Kind = SyntaxKind.PropertyStatement)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\VisualBasicDeclarationComparer.vb (2)
16{SyntaxKind.PropertyBlock, 2}, 128Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\LanguageServices\VisualBasicSyntaxGeneratorInternal.vb (1)
351Case SyntaxKind.PropertyBlock,
Roslyn.Diagnostics.VisualBasic.Analyzers (25)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (12)
39Case SyntaxKind.PropertyBlock 108Case SyntaxKind.PropertyBlock 182Case SyntaxKind.PropertyBlock 256Case SyntaxKind.PropertyBlock 327Case SyntaxKind.PropertyBlock 377Case SyntaxKind.PropertyBlock 448Case SyntaxKind.PropertyBlock 478Case SyntaxKind.PropertyBlock 551SyntaxKind.PropertyBlock, 584Case SyntaxKind.PropertyBlock 639SyntaxKind.PropertyBlock, 670Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (5)
1126Case SyntaxKind.PropertyBlock 1184Case SyntaxKind.PropertyBlock 1238Case SyntaxKind.PropertyBlock 1279Case SyntaxKind.PropertyBlock 1298Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicAccessibilityFacts.vb (2)
37SyntaxKind.PropertyBlock, 141Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1277SyntaxKind.PropertyBlock,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
177Public ReadOnly Property PropertyDeclaration As Integer = SyntaxKind.PropertyBlock Implements ISyntaxKinds.PropertyDeclaration
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\PropertyGenerator.vb (1)
16Dim lastProperty = members.LastOrDefault(Function(m) m.Kind = SyntaxKind.PropertyBlock OrElse m.Kind = SyntaxKind.PropertyStatement)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\VisualBasicDeclarationComparer.vb (2)
16{SyntaxKind.PropertyBlock, 2}, 128Case SyntaxKind.PropertyBlock
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\LanguageServices\VisualBasicSyntaxGeneratorInternal.vb (1)
351Case SyntaxKind.PropertyBlock,