1 write to Solution
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Remote\RazorPinnedSolutionInfoWrapper.cs (1)
33Solution = solution;
2 references to Solution
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Remote\JsonSerializableRazorPinnedSolutionInfoWrapper.cs (1)
19return new JsonSerializableRazorPinnedSolutionInfoWrapper(info.UnderlyingObject.Data1, info.UnderlyingObject.Data2, info.Solution);
Microsoft.VisualStudioCode.RazorExtension (1)
Services\VSCodeBrokeredServiceInterceptor.cs (1)
20=> implementation(solutionInfo.Solution.AssumeNotNull());