5 references to WithNameEquals
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
13080var newNode = node.WithNameEquals(node.NameEquals).WithNameColon(node.NameColon).WithExpression(node.Expression);
Microsoft.Interop.ComInterfaceGenerator (1)
VirtualMethodPointerStubGenerator.cs (1)
162.WithNameEquals(NameEquals(IdentifierName("CallConvs"))));
Microsoft.Interop.LibraryImportGenerator (1)
LibraryImportGenerator.cs (1)
142.WithNameEquals(NameEquals(IdentifierName(CallConvsField))));
Microsoft.Interop.SourceGeneration (1)
MarshalAsParser.cs (1)
91.WithNameEquals(NameEquals(IdentifierName(nameof(ArraySubType)))));
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
919return ((AttributeArgumentSyntax)node).WithNameEquals(SyntaxFactory.NameEquals(SyntaxFactory.IdentifierName(name)));