8 references to RefType
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.cs (1)
88
return
RefType
(refKeyword, readOnlyKeyword, underlyingType);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
302
RefKind.RefReadOnly => SyntaxFactory.
RefType
(RefKeyword, ReadOnlyKeyword, type),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
10458
=> SyntaxFactory.
RefType
(SyntaxFactory.Token(SyntaxKind.RefKeyword), default(SyntaxToken), GenerateIdentifierName());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.cs (1)
88
return
RefType
(refKeyword, readOnlyKeyword, underlyingType);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
302
RefKind.RefReadOnly => SyntaxFactory.
RefType
(RefKeyword, ReadOnlyKeyword, type),
Roslyn.Diagnostics.CSharp.Analyzers (3)
CSharpExposeMemberForTesting.cs (1)
48
return SyntaxFactory.
RefType
(refKeyword, readOnlyKeyword, (TypeSyntax)type);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.cs (1)
88
return
RefType
(refKeyword, readOnlyKeyword, underlyingType);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
302
RefKind.RefReadOnly => SyntaxFactory.
RefType
(RefKeyword, ReadOnlyKeyword, type),