11 references to RefType
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Main.Generated.cs (1)
2514
=> SyntaxFactory.
RefType
(SyntaxFactory.Token(SyntaxKind.RefKeyword), default, type);
Syntax.xml.Syntax.Generated.cs (1)
1025
var newNode = SyntaxFactory.
RefType
(refKeyword, readOnlyKeyword, type);
Syntax\RefTypeSyntax.cs (1)
25
return
RefType
(refKeyword, readOnlyKeyword: default, type);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.cs (1)
89
return
RefType
(refKeyword, readOnlyKeyword, underlyingType);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
291
RefKind.RefReadOnly => SyntaxFactory.
RefType
(RefKeyword, ReadOnlyKeyword, type),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
10418
=> SyntaxFactory.
RefType
(SyntaxFactory.Token(SyntaxKind.RefKeyword), default(SyntaxToken), GenerateIdentifierName());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.cs (1)
89
return
RefType
(refKeyword, readOnlyKeyword, underlyingType);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
291
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)
89
return
RefType
(refKeyword, readOnlyKeyword, underlyingType);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
291
RefKind.RefReadOnly => SyntaxFactory.
RefType
(RefKeyword, ReadOnlyKeyword, type),