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