3 references to Local
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\MethodXml\MethodXmlBuilder.cs (1)
522if (symbol != null && variableKind != VariableKind.Local)
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\MethodXml\AbstractMethodXmlBuilder.cs (2)
156VariableKind.Local => "local", 354return VariableKind.Local;