5 references to GetFeatureDisplayName
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
385var featureName = _serviceDescriptor.GetFeatureDisplayName();
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
Remote\ServiceDescriptorTests.cs (4)
373var expectedName = descriptor64.GetFeatureDisplayName(); 378Assert.Equal(expectedName, descriptor64ServerGC.GetFeatureDisplayName()); 379Assert.Equal(expectedName, descriptorCoreClr64.GetFeatureDisplayName()); 380Assert.Equal(expectedName, descriptorCoreClr64ServerGC.GetFeatureDisplayName());