1 write to _model
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Document.cs (1)
358var original = Interlocked.CompareExchange(ref disableNullableAnalysis ? ref _nullableDisabledModel : ref _model, new WeakReference<SemanticModel>(result), null);
2 references to _model
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Document.cs (2)
262return _model != null && _model.TryGetTarget(out semanticModel);