1 write to UnderlyingObject
Microsoft.CodeAnalysis.Workspaces (1)
ExternalAccess\UnitTesting\Api\UnitTestingChecksumWrapper.cs (1)
14
=>
UnderlyingObject
= underlyingObject ?? throw new ArgumentNullException(nameof(underlyingObject));
2 references to UnderlyingObject
Microsoft.CodeAnalysis.Workspaces (2)
ExternalAccess\UnitTesting\Api\UnitTestingChecksumWrapper.cs (2)
17
=> other.
UnderlyingObject
==
UnderlyingObject
;