11 references to MatchesBuildOutput
Microsoft.CodeAnalysis.Features (11)
EditAndContinue\CommittedSolution.cs (10)
38/// This document state may change to <see cref="MatchesBuildOutput"/> or <see cref="DesignTimeOnly"/>. 45/// This document state may change to <see cref="MatchesBuildOutput"/> or <see cref="DesignTimeOnly"/>. 85/// A document state can only change from <see cref="DocumentState.OutOfSync"/> to <see cref="DocumentState.MatchesBuildOutput"/>. 86/// Once a document state is <see cref="DocumentState.MatchesBuildOutput"/> or <see cref="DocumentState.DesignTimeOnly"/> 157case DocumentState.MatchesBuildOutput: 186return (sourceGeneratedDocument, DocumentState.MatchesBuildOutput); 192return (null, DocumentState.MatchesBuildOutput); 253newState = (committedDocument != null) ? DocumentState.DesignTimeOnly : DocumentState.MatchesBuildOutput; 295newState = DocumentState.MatchesBuildOutput; 404return documentIdArrays.SelectMany(ids => ids.WhereNotNull()).Select(id => KeyValuePairUtil.Create(id, DocumentState.MatchesBuildOutput));
EditAndContinue\EditSession.cs (1)
549case CommittedSolution.DocumentState.MatchesBuildOutput: