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"/>
167
case DocumentState.
MatchesBuildOutput
:
196
return (sourceGeneratedDocument, DocumentState.
MatchesBuildOutput
);
202
return (null, DocumentState.
MatchesBuildOutput
);
263
newState = (committedDocument != null) ? DocumentState.DesignTimeOnly : DocumentState.
MatchesBuildOutput
;
311
newState = DocumentState.
MatchesBuildOutput
;
EditAndContinue\EditSession.cs (1)
643
case CommittedSolution.DocumentState.
MatchesBuildOutput
: