1 write to Model
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DocumentSemanticModel.cs (1)
22
Model
= model;
2 references to Model
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DocumentSemanticModel.cs (2)
42
Contract.ThrowIfNull(
Model
);
43
return
Model
;