2 instantiations of PiiValue
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSessionTelemetry.cs (1)
163=> new(projectId.ToString("B").ToUpperInvariant());
MetadataAsSource\TelemetryMessage.cs (1)
60properties["dll"] = new PiiValue(_dll);
1 reference to PiiValue
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSessionTelemetry.cs (1)
162static PiiValue ProjectIdToPii(Guid projectId)