10 references to MatchesBuildOutput
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\CommittedSolution.cs (9)
35/// This document state may change to <see cref="MatchesBuildOutput"/> or <see cref="DesignTimeOnly"/>. 42/// This document state may change to <see cref="MatchesBuildOutput"/> or <see cref="DesignTimeOnly"/>. 101/// A document state can only change from <see cref="DocumentState.OutOfSync"/> to <see cref="DocumentState.MatchesBuildOutput"/>. 102/// Once a document state is <see cref="DocumentState.MatchesBuildOutput"/> or <see cref="DocumentState.DesignTimeOnly"/> 167case DocumentState.MatchesBuildOutput: 196return (sourceGeneratedDocument, DocumentState.MatchesBuildOutput); 202return (null, DocumentState.MatchesBuildOutput); 263newState = (committedDocument != null) ? DocumentState.DesignTimeOnly : DocumentState.MatchesBuildOutput; 311newState = DocumentState.MatchesBuildOutput;
EditAndContinue\EditSession.cs (1)
643case CommittedSolution.DocumentState.MatchesBuildOutput: