1 override of WrapInClass
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\AbstractCSharpClassifierTests.cs (1)
29protected override string WrapInClass(string className, string code)
2 references to WrapInClass
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Classification\AbstractClassifierTests.cs (2)
126var allCode = WrapInClass(className, code); 137var allCode = WrapInClass(className, code);