3 references to GetFeatureDisplayName
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
379var featureName = _serviceDescriptor.GetFeatureDisplayName();
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Remote\ServiceDescriptorTests.cs (2)
356var expectedName = descriptorCoreClr64.GetFeatureDisplayName(); 361Assert.Equal(expectedName, descriptorCoreClr64ServerGC.GetFeatureDisplayName());