29 references to Parameter
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (29)
CodeGeneration\CodeGenerationTests.cs (1)
442: getParameterSymbols.Add(Parameter(type, "value")(testContext.SemanticModel));
CodeGeneration\CodeGenerationTests.CSharp.cs (16)
144parameters: Parameters(Parameter(typeof(DateTime), "dt"), Parameter(typeof(int), "i"))); 397parameters: Parameters(Parameter(typeof(string), "s"))); 410parameters: Parameters(Parameter(typeof(string), "s")), 679parameters: Parameters(Parameter(typeof(int), "i")), 698parameters: Parameters(Parameter(typeof(int), "i")), 976Parameters(Parameter(typeof(string), "text", true, "Hello"))); 985Parameters(Parameter(typeof(double), "number", true))); 994Parameters(Parameter(typeof(int), "num"), Parameter(typeof(string), "text", true, "Hello!"), Parameter(typeof(float), "floating", true, .5f))); 1004Parameters(Parameter(typeof(char[]), "characters", isParams: true))); 1069parameters: Parameters(Parameter(typeof(int), "i")), 1090parameters: Parameters(Parameter(typeof(int), "i")), 1119parameters: Parameters(Parameter(typeof(int), "i"), Parameter(typeof(int), "j")));
CodeGeneration\CodeGenerationTests.VisualBasic.cs (12)
134parameters: Parameters(Parameter(typeof(StringBuilder), "s"))); 331parameters: Parameters(Parameter(typeof(string), "s"))); 344parameters: Parameters(Parameter(typeof(string), "s"))); 646parameters: Parameters(Parameter(typeof(int), "i")), 933Parameters(Parameter(typeof(int), "num"), Parameter(typeof(string), "text", true, "Hello!"), Parameter(typeof(float), "floating", true, .5F))); 951Parameters(Parameter(typeof(int), "num"))); 969Parameters(Parameter(typeof(int), "num"))); 979Parameters(Parameter(typeof(int), "num"))); 989Parameters(Parameter(typeof(int), "num"))); 1066parameters: Parameters(Parameter(typeof(int), "i")),