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"/>
181
case DocumentState.
MatchesBuildOutput
:
210
return (sourceGeneratedDocument, DocumentState.
MatchesBuildOutput
);
216
return (null, DocumentState.
MatchesBuildOutput
);
277
newState = (committedDocument != null) ? DocumentState.DesignTimeOnly : DocumentState.
MatchesBuildOutput
;
325
newState = DocumentState.
MatchesBuildOutput
;
436
return documentIdArrays.SelectMany(ids => ids.WhereNotNull()).Select(id => KeyValuePairUtil.Create(id, DocumentState.
MatchesBuildOutput
));
EditAndContinue\EditSession.cs (1)
563
case CommittedSolution.DocumentState.
MatchesBuildOutput
: