2 overrides of WrapInMethod
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\AbstractCSharpClassifierTests.cs (1)
43protected override string WrapInMethod(string className, string methodName, string code)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Classification\AbstractVisualBasicClassifierTests.vb (1)
38Protected Overrides Function WrapInMethod(className As String, methodName As String, code As String) As String
2 references to WrapInMethod
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Classification\AbstractClassifierTests.cs (2)
192var allCode = WrapInMethod(className, methodName, code); 204var allCode = WrapInMethod(className, methodName, code);