29 references to Parameter
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (29)
CodeGeneration\CodeGenerationTests.cs (1)
444: getParameterSymbols.Add(Parameter(type, "value")(testContext.SemanticModel));
CodeGeneration\CodeGenerationTests.CSharp.cs (16)
125parameters: Parameters(Parameter(typeof(DateTime), "dt"), Parameter(typeof(int), "i"))); 344parameters: Parameters(Parameter(typeof(string), "s"))); 355parameters: Parameters(Parameter(typeof(string), "s")), 602parameters: Parameters(Parameter(typeof(int), "i")), 622parameters: Parameters(Parameter(typeof(int), "i")), 878Parameters(Parameter(typeof(string), "text", true, "Hello"))); 883Parameters(Parameter(typeof(double), "number", true))); 888Parameters(Parameter(typeof(int), "num"), Parameter(typeof(string), "text", true, "Hello!"), Parameter(typeof(float), "floating", true, .5f))); 894Parameters(Parameter(typeof(char[]), "characters", isParams: true))); 952parameters: Parameters(Parameter(typeof(int), "i")), 971parameters: Parameters(Parameter(typeof(int), "i")), 998parameters: Parameters(Parameter(typeof(int), "i"), Parameter(typeof(int), "j")));
CodeGeneration\CodeGenerationTests.VisualBasic.cs (12)
119parameters: Parameters(Parameter(typeof(StringBuilder), "s"))); 286parameters: Parameters(Parameter(typeof(string), "s"))); 297parameters: Parameters(Parameter(typeof(string), "s"))); 576parameters: Parameters(Parameter(typeof(int), "i")), 835Parameters(Parameter(typeof(int), "num"), Parameter(typeof(string), "text", true, "Hello!"), Parameter(typeof(float), "floating", true, .5F))); 851Parameters(Parameter(typeof(int), "num"))); 867Parameters(Parameter(typeof(int), "num"))); 873Parameters(Parameter(typeof(int), "num"))); 879Parameters(Parameter(typeof(int), "num"))); 949parameters: Parameters(Parameter(typeof(int), "i")),