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