1 override of WrapInMethod
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\AbstractCSharpClassifierTests.cs (1)
42protected override string WrapInMethod(string className, string methodName, string code)
2 references to WrapInMethod
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Classification\AbstractClassifierTests.cs (2)
188var allCode = WrapInMethod(className, methodName, code); 200var allCode = WrapInMethod(className, methodName, code);