1 write to _nameOnly
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
ITypeSymbolExtensions.ExpressionSyntaxGeneratorVisitor.cs (1)
21
=>
_nameOnly
= nameOnly;
2 references to _nameOnly
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
ITypeSymbolExtensions.ExpressionSyntaxGeneratorVisitor.cs (2)
27
=> symbol.Accept(TypeSyntaxGeneratorVisitor.Create(
_nameOnly
))!;
40
if (!
_nameOnly
&& TypeSyntaxGeneratorVisitor.TryCreateNativeIntegerType(symbol, out var typeSyntax))