2 writes to ExistingDocument
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Diagnostics\GenerateType\GenerateTypeTestState.cs (2)
55ExistingDocument = InvocationDocument; 59ExistingDocument = ProjectToBeModified.Documents.FirstOrDefault(doc => doc.Name.Equals(existingFileName));
2 references to ExistingDocument
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
Diagnostics\AbstractUserDiagnosticTest_GenerateTypeDialog.cs (2)
83existingDocument: testState.ExistingDocument, 118expectedChangedDocumentId: testState.ExistingDocument.Id);