1 write to UnderlyingObject
Microsoft.CodeAnalysis.Workspaces (1)
ExternalAccess\UnitTesting\Api\UnitTestingInvocationReasonsWrapper.cs (1)
31=> UnderlyingObject = underlyingObject;
5 references to UnderlyingObject
Microsoft.CodeAnalysis.Workspaces (5)
ExternalAccess\UnitTesting\Api\UnitTestingInvocationReasonsWrapper.cs (5)
37=> new(reason.UnderlyingObject.With(UnderlyingObject)); 40=> UnderlyingObject.Contains(PredefinedInvocationReasons.Reanalyze); 43=> UnderlyingObject.Contains(PredefinedInvocationReasons.SemanticChanged); 46=> UnderlyingObject.Contains(PredefinedInvocationReasons.ProjectConfigurationChanged);