33 references to VerifyParams
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (33)
Semantics\ParamsCollectionTests.cs (33)
35VerifyParams(parameter, isParamArray: isParamArray, isParamCollection: isParamCollection); 58VerifyParams(parameter.GetSymbol<ParameterSymbol>(), isParamArray: isParamArray, isParamCollection: isParamCollection); 106VerifyParams(m.GlobalNamespace.GetMember<MethodSymbol>("Program.Test").Parameters.Last(), isParamCollection: true); 284VerifyParams(m.GlobalNamespace.GetMember<MethodSymbol>("Program.Test").Parameters.Last(), isParamCollection: true); 597VerifyParams(m.GlobalNamespace.GetMember<MethodSymbol>("Program.Test").Parameters.Last(), isParamCollection: true); 1269VerifyParams(m.GlobalNamespace.GetMember<MethodSymbol>("Program.Test").Parameters.Last(), isParamCollection: true); 2420VerifyParams(m.GlobalNamespace.GetMember<MethodSymbol>("Program.Test").Parameters.Last(), isParamCollection: true); 2609VerifyParams(m.GlobalNamespace.GetMember<MethodSymbol>("Program.Test").Parameters.Last(), isParamCollection: true); 10932VerifyParams(test1, isParamCollection: true); 10933VerifyParams(test2, isParamArray: true); 11080VerifyParams(test1, isParamArray: true, isParamCollection: true); 11081VerifyParams(test2, isParamArray: true, isParamCollection: true); 11228VerifyParams(test1, isParamArray: true, isParamCollection: true); 11229VerifyParams(test2, isParamArray: true, isParamCollection: true); 11370VerifyParams(test1, isParamArray: true); 11371VerifyParams(test2, isParamCollection: true); 11518VerifyParams(test1, isParamCollection: true); 11519VerifyParams(test2, isParamArray: true); 11665VerifyParams(test1, isParamArray: true, isParamCollection: true); 11666VerifyParams(test2, isParamArray: true, isParamCollection: true); 11812VerifyParams(test1, isParamArray: true, isParamCollection: true); 11813VerifyParams(test2, isParamArray: true, isParamCollection: true); 11953VerifyParams(test1, isParamArray: true); 11954VerifyParams(test2, isParamCollection: true); 12192VerifyParams(test1, isParamArray: (setAttributes & ParamsAttributes.Array) != 0, isParamCollection: (setAttributes & ParamsAttributes.Collection) != 0); 12193VerifyParams(test2, isParamArray: (setAttributes & ParamsAttributes.Array) != 0, isParamCollection: (setAttributes & ParamsAttributes.Collection) != 0); 12324VerifyParams(test1, isParamArray: (parameterAttributes & ParamsAttributes.Array) != 0, isParamCollection: (parameterAttributes & ParamsAttributes.Collection) != 0); 12441VerifyParams(test1, isParamArray: parameterAttributes == ParamsAttributes.Array, isParamCollection: parameterAttributes == ParamsAttributes.Collection); 12827VerifyParams(prop.Parameters[0], isParamCollection: true); 15273VerifyParams(comp.GetMember<MethodSymbol>("C1.Test").Parameters.Single(), isParamCollection: true); 15274VerifyParams(comp.GetMember<MethodSymbol>("C2.Test").Parameters.Single(), isParamCollection: true); 15297VerifyParams(comp.GetMember<MethodSymbol>("C1.Test").Parameters.Single()); 15298VerifyParams(comp.GetMember<MethodSymbol>("C2.Test").Parameters.Single());