3 references to DocumentAdded
Microsoft.CodeAnalysis.Workspaces (3)
ExternalAccess\UnitTesting\Api\UnitTestingInvocationReasonsWrapper.cs (1)
16
public static readonly UnitTestingInvocationReasonsWrapper PredefinedDocumentAdded = new(PredefinedInvocationReasons.
DocumentAdded
);
SolutionCrawler\InvocationReasons_Constants.cs (1)
16
PredefinedInvocationReasons.
DocumentAdded
,
SolutionCrawler\PredefinedInvocationReasons.cs (1)
16
public const string DocumentAdded = nameof(
DocumentAdded
);