1 override of WrapInNamespace
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\AbstractCSharpClassifierTests.cs (1)
49protected override string WrapInNamespace(string code)
2 references to WrapInNamespace
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Classification\AbstractClassifierTests.cs (2)
247var allCode = WrapInNamespace(code); 257var allCode = WrapInNamespace(code);