1 write to _syntaxRef
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourcePropertySymbol.vb (1)
76
_syntaxRef
= syntaxRef
16 references to _syntaxRef
Microsoft.CodeAnalysis.VisualBasic (16)
Symbols\Source\SourcePropertySymbol.vb (16)
207
prop.
_syntaxRef
,
217
prop.
_syntaxRef
,
311
Dim syntax =
_syntaxRef
.GetVisualBasicSyntax()
341
Dim binder = BinderBuilder.CreateBinderForType(DirectCast(ContainingModule, SourceModuleSymbol),
_syntaxRef
.SyntaxTree, _containingType)
345
Dim syntax = DirectCast(
_syntaxRef
.GetSyntax(), ModifiedIdentifierSyntax)
354
Dim syntax = DirectCast(
_syntaxRef
.GetSyntax(), PropertyStatementSyntax)
460
Return GetDeclaringSyntaxReferenceHelper(
_syntaxRef
)
480
Return OneOrMany.Create(DirectCast(
_syntaxRef
.GetSyntax, PropertyStatementSyntax).AttributeLists)
880
Dim syntax = DirectCast(
_syntaxRef
.GetSyntax(), PropertyStatementSyntax)
929
Dim syntax = DirectCast(
_syntaxRef
.GetSyntax(), PropertyStatementSyntax)
1015
Return If(
_syntaxRef
IsNot Nothing,
_syntaxRef
.GetVisualBasicSyntax(), Nothing)
1021
Return Me.
_syntaxRef
1052
Dim propertySyntax = TryCast(
_syntaxRef
.GetSyntax(), PropertyStatementSyntax)
1067
Dim binder = BinderBuilder.CreateBinderForType(DirectCast(ContainingModule, SourceModuleSymbol),
_syntaxRef
.SyntaxTree, _containingType)
1225
Return
_syntaxRef
.SyntaxTree