5 references to Decompiled
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (4)
Peek\PeekTests.vb (4)
64Assert.Equal($"String [{FeaturesResources.Decompiled}]", result(0).DisplayInfo.Label) 65Assert.Equal($"String [{FeaturesResources.Decompiled}]", result(0).DisplayInfo.Title) 102Assert.Equal($"SerializableAttribute [{FeaturesResources.Decompiled}]", result(0).DisplayInfo.Label) 103Assert.Equal($"SerializableAttribute [{FeaturesResources.Decompiled}]", result(0).DisplayInfo.Title)
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
193useDecompiler ? FeaturesResources.Decompiled : FeaturesResources.from_metadata);