11 references to MatchesBuildOutput
Microsoft.CodeAnalysis.Features (11)
EditAndContinue\CommittedSolution.cs (10)
34/// This document state may change to <see cref="MatchesBuildOutput"/> or <see cref="DesignTimeOnly"/>. 41/// This document state may change to <see cref="MatchesBuildOutput"/> or <see cref="DesignTimeOnly"/>. 100/// A document state can only change from <see cref="DocumentState.OutOfSync"/> to <see cref="DocumentState.MatchesBuildOutput"/>. 101/// Once a document state is <see cref="DocumentState.MatchesBuildOutput"/> or <see cref="DocumentState.DesignTimeOnly"/> 181case DocumentState.MatchesBuildOutput: 210return (sourceGeneratedDocument, DocumentState.MatchesBuildOutput); 216return (null, DocumentState.MatchesBuildOutput); 277newState = (committedDocument != null) ? DocumentState.DesignTimeOnly : DocumentState.MatchesBuildOutput; 325newState = DocumentState.MatchesBuildOutput; 436return documentIdArrays.SelectMany(ids => ids.WhereNotNull()).Select(id => KeyValuePairUtil.Create(id, DocumentState.MatchesBuildOutput));
EditAndContinue\EditSession.cs (1)
563case CommittedSolution.DocumentState.MatchesBuildOutput: