1 write to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
Remote\RazorPinnedSolutionInfoWrapper.cs (1)
19
=>
UnderlyingObject
= underlyingObject;
3 references to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.Razor (3)
Remote\JsonSerializableRazorPinnedSolutionInfoWrapper.cs (2)
19
return new JsonSerializableRazorPinnedSolutionInfoWrapper(info.
UnderlyingObject
.Data1, info.
UnderlyingObject
.Data2);
Testing\TestSolutionStore.cs (1)
38
_solutions.TryGetValue(solutionInfo.
UnderlyingObject
, out var solution);