2 overrides of WrapInMethod
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\AbstractCSharpClassifierTests.cs (1)
43
protected override string
WrapInMethod
(string className, string methodName, string code)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Classification\AbstractVisualBasicClassifierTests.vb (1)
38
Protected 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)
192
var allCode =
WrapInMethod
(className, methodName, code);
204
var allCode =
WrapInMethod
(className, methodName, code);