29 references to Parameter
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (29)
CodeGeneration\CodeGenerationTests.cs (1)
453: 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")), 979Parameters(Parameter(typeof(string), "text", true, "Hello"))); 988Parameters(Parameter(typeof(double), "number", true))); 997Parameters(Parameter(typeof(int), "num"), Parameter(typeof(string), "text", true, "Hello!"), Parameter(typeof(float), "floating", true, .5f))); 1007Parameters(Parameter(typeof(char[]), "characters", isParams: true))); 1072parameters: Parameters(Parameter(typeof(int), "i")), 1093parameters: Parameters(Parameter(typeof(int), "i")), 1122parameters: 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"))); 647parameters: Parameters(Parameter(typeof(int), "i")), 937Parameters(Parameter(typeof(int), "num"), Parameter(typeof(string), "text", true, "Hello!"), Parameter(typeof(float), "floating", true, .5F))); 955Parameters(Parameter(typeof(int), "num"))); 973Parameters(Parameter(typeof(int), "num"))); 983Parameters(Parameter(typeof(int), "num"))); 993Parameters(Parameter(typeof(int), "num"))); 1070parameters: Parameters(Parameter(typeof(int), "i")),