4 references to RemoteHostAssetWriter
Microsoft.CodeAnalysis.Remote.Workspaces (4)
RemoteHostAssetReader.cs (3)
16/// See <see cref="RemoteHostAssetWriter"/> for an explanation of the wire format we use when communicating assets 18/// cref="RemoteHostAssetWriter"/> has the code for writing assets. 103Contract.ThrowIfTrue(sentinelByte != RemoteHostAssetWriter.MessageSentinelByte);
SolutionAssetProvider.cs (1)
53var writer = new RemoteHostAssetWriter(pipeWriter, scope, assetPath, checksums, _serializer);