11 references to MatchesBuildOutput
Microsoft.CodeAnalysis.Features (11)
EditAndContinue\CommittedSolution.cs (10)
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"/> 182case DocumentState.MatchesBuildOutput: 211return (sourceGeneratedDocument, DocumentState.MatchesBuildOutput); 217return (null, DocumentState.MatchesBuildOutput); 278newState = (committedDocument != null) ? DocumentState.DesignTimeOnly : DocumentState.MatchesBuildOutput; 326newState = DocumentState.MatchesBuildOutput; 437return documentIdArrays.SelectMany(ids => ids.WhereNotNull()).Select(id => KeyValuePair.Create(id, DocumentState.MatchesBuildOutput));
EditAndContinue\EditSession.cs (1)
577case CommittedSolution.DocumentState.MatchesBuildOutput: