10 references to RefExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
84=> SyntaxFactory.RefExpression((ExpressionSyntax)expression);
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
865invocation = RefExpression(invocation);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
84=> SyntaxFactory.RefExpression((ExpressionSyntax)expression);
Microsoft.Interop.ComInterfaceGenerator (4)
ComInterfaceGenerator.cs (4)
737RefExpression(IdentifierName("Vtable")))))), 758RefExpression(IdentifierName("Vtable")))))), 779RefExpression(IdentifierName("Vtable")))))), 806RefExpression(IdentifierName("Vtable"))))),
Microsoft.Interop.SourceGeneration (1)
Marshalling\MarshallingGeneratorExtensions.cs (1)
169return RefExpression(PrefixUnaryExpression(SyntaxKind.PointerIndirectionExpression, IdentifierName(paramIdentifier)));
Roslyn.Diagnostics.CSharp.Analyzers (2)
CSharpExposeMemberForTesting.cs (1)
53return SyntaxFactory.RefExpression((ExpressionSyntax)expression);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
84=> SyntaxFactory.RefExpression((ExpressionSyntax)expression);