4 references to WithInitializer
Microsoft.CodeAnalysis.VisualBasic.Features (3)
ConvertAutoPropertyToFullProperty\VisualBasicConvertAutoPropertyToFullProperty.vb (1)
79Return DirectCast(propertyNode, PropertyStatementSyntax).WithInitializer(Nothing)
UseAutoProperty\VisualBasicUseAutoPropertyCodeFixProvider.vb (2)
57.WithInitializer(initializer.equalsValue) _ 76WithInitializer(SyntaxFactory.EqualsValue(arrayCreation))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
19134Dim withObj = objectUnderTest.WithAttributeLists(objectUnderTest.AttributeLists).WithModifiers(objectUnderTest.Modifiers).WithPropertyKeyword(objectUnderTest.PropertyKeyword).WithIdentifier(objectUnderTest.Identifier).WithParameterList(objectUnderTest.ParameterList).WithAsClause(objectUnderTest.AsClause).WithInitializer(objectUnderTest.Initializer).WithImplementsClause(objectUnderTest.ImplementsClause)