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