13 references to Standalone
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_XmlLiterals.vb (1)
59
Dim standalone = BindXmlDeclarationOption(syntax, syntax.
Standalone
, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
4735
Dim newStandalone = DirectCast(Visit(node.
Standalone
), XmlDeclarationOptionSyntax)
4736
If node.
Standalone
IsNot newStandalone Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (7)
30602
return Update(lessThanQuestionToken, Me.XmlKeyword, Me.Version, Me.Encoding, Me.
Standalone
, Me.QuestionGreaterThanToken)
30617
return Update(Me.LessThanQuestionToken, xmlKeyword, Me.Version, Me.Encoding, Me.
Standalone
, Me.QuestionGreaterThanToken)
30632
return Update(Me.LessThanQuestionToken, Me.XmlKeyword, version, Me.Encoding, Me.
Standalone
, Me.QuestionGreaterThanToken)
30650
return Update(Me.LessThanQuestionToken, Me.XmlKeyword, Me.Version, encoding, Me.
Standalone
, Me.QuestionGreaterThanToken)
30683
return Update(Me.LessThanQuestionToken, Me.XmlKeyword, Me.Version, Me.Encoding, Me.
Standalone
, questionGreaterThanToken)
30706
Return Me.
Standalone
30744
If lessThanQuestionToken <> Me.LessThanQuestionToken OrElse xmlKeyword <> Me.XmlKeyword OrElse version IsNot Me.Version OrElse encoding IsNot Me.Encoding OrElse standalone IsNot Me.
Standalone
OrElse questionGreaterThanToken <> Me.QuestionGreaterThanToken Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
21307
Dim withObj = objectUnderTest.WithLessThanQuestionToken(objectUnderTest.LessThanQuestionToken).WithXmlKeyword(objectUnderTest.XmlKeyword).WithVersion(objectUnderTest.Version).WithEncoding(objectUnderTest.Encoding).WithStandalone(objectUnderTest.
Standalone
).WithQuestionGreaterThanToken(objectUnderTest.QuestionGreaterThanToken)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Classification\Worker.XmlClassifier.vb (2)
209
If node.
Standalone
IsNot Nothing Then
210
ClassifyDeclarationOption(node.
Standalone
)