1 write to _syntaxRef
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourcePropertySymbol.vb (1)
75
_syntaxRef
= syntaxRef
16 references to _syntaxRef
Microsoft.CodeAnalysis.VisualBasic (16)
Symbols\Source\SourcePropertySymbol.vb (16)
206
prop.
_syntaxRef
,
216
prop.
_syntaxRef
,
310
Dim syntax =
_syntaxRef
.GetVisualBasicSyntax()
340
Dim binder = BinderBuilder.CreateBinderForType(DirectCast(ContainingModule, SourceModuleSymbol),
_syntaxRef
.SyntaxTree, _containingType)
344
Dim syntax = DirectCast(
_syntaxRef
.GetSyntax(), ModifiedIdentifierSyntax)
353
Dim syntax = DirectCast(
_syntaxRef
.GetSyntax(), PropertyStatementSyntax)
459
Return GetDeclaringSyntaxReferenceHelper(
_syntaxRef
)
479
Return OneOrMany.Create(DirectCast(
_syntaxRef
.GetSyntax, PropertyStatementSyntax).AttributeLists)
834
Dim syntax = DirectCast(
_syntaxRef
.GetSyntax(), PropertyStatementSyntax)
883
Dim syntax = DirectCast(
_syntaxRef
.GetSyntax(), PropertyStatementSyntax)
969
Return If(
_syntaxRef
IsNot Nothing,
_syntaxRef
.GetVisualBasicSyntax(), Nothing)
975
Return Me.
_syntaxRef
1006
Dim propertySyntax = TryCast(
_syntaxRef
.GetSyntax(), PropertyStatementSyntax)
1021
Dim binder = BinderBuilder.CreateBinderForType(DirectCast(ContainingModule, SourceModuleSymbol),
_syntaxRef
.SyntaxTree, _containingType)
1179
Return
_syntaxRef
.SyntaxTree