1 write to StateName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateSet.cs (1)
232StateName = UserDiagnosticsPrefixTableName + "_" + assemblyQualifiedName;
4 references to StateName
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateSet.cs (4)
45public string StateName => _persistentNames.StateName; 233SyntaxStateName = StateName + ".Syntax"; 234SemanticStateName = StateName + ".Semantic"; 235NonLocalStateName = StateName + ".NonLocal";