1 override of RequiresLocalDeclarationType
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
115
public override bool
RequiresLocalDeclarationType
() => true;
2 references to RequiresLocalDeclarationType
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SyntaxGenerator.cs (1)
1664
internal bool RequiresLocalDeclarationType() => SyntaxGeneratorInternal.
RequiresLocalDeclarationType
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateGetHashCodeMethod.cs (1)
182
return generatorInternal.
RequiresLocalDeclarationType
()