4 references to DocumentRemoved
Microsoft.CodeAnalysis.Workspaces (4)
ExternalAccess\UnitTesting\Api\UnitTestingInvocationReasonsWrapper.cs (1)
23
public static readonly UnitTestingInvocationReasonsWrapper PredefinedDocumentRemoved = new(PredefinedInvocationReasons.
DocumentRemoved
);
SolutionCrawler\InvocationReasons_Constants.cs (2)
23
PredefinedInvocationReasons.
DocumentRemoved
,
46
PredefinedInvocationReasons.
DocumentRemoved
));
SolutionCrawler\PredefinedInvocationReasons.cs (1)
17
public const string DocumentRemoved = nameof(
DocumentRemoved
);