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