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"/>
157
case DocumentState.
MatchesBuildOutput
:
186
return (sourceGeneratedDocument, DocumentState.
MatchesBuildOutput
);
192
return (null, DocumentState.
MatchesBuildOutput
);
253
newState = (committedDocument != null) ? DocumentState.DesignTimeOnly : DocumentState.
MatchesBuildOutput
;
295
newState = DocumentState.
MatchesBuildOutput
;
404
return documentIdArrays.SelectMany(ids => ids.WhereNotNull()).Select(id => KeyValuePairUtil.Create(id, DocumentState.
MatchesBuildOutput
));
EditAndContinue\EditSession.cs (1)
549
case CommittedSolution.DocumentState.
MatchesBuildOutput
: