2 references to WithExpression
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.Fixer.cs (1)
168
nullCheckAndDecl = nullCheckAndDecl.
WithExpression
((ExpressionSyntax)pointerCast);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
12123
var newNode = node.
WithExpression
(node.Expression).WithIsKeyword(node.IsKeyword).WithPattern(node.Pattern);