1 write to _owner
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.ProjectState.cs (1)
39
_owner
= owner;
4 references to _owner
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.ProjectState.cs (4)
263
var fullAnalysis =
_owner
.Analyzer.IsFullSolutionAnalysisEnabled(globalOptions, project.Language) &&
363
InMemoryStorage.Cache(
_owner
.Analyzer, (key, stateKey), new CacheEntry(serializerVersion, diagnostics));
422
return InMemoryStorage.TryGetValue(
_owner
.Analyzer, (key, stateKey), out var entry) && serializerVersion == entry.Version
446
InMemoryStorage.Remove(
_owner
.Analyzer, (key, stateKey));