10 references to InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\RawInterpolationTests_Handler.cs (10)
6228InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("ref", "", expression,
6245InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("ref", "out", expression,
6262InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("ref", "in", expression);
6276InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("in", "", expression,
6293InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("in", "out", expression,
6310InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("in", "ref", expression,
6327InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("out", "", expression,
6344InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("out", "ref", expression,
6361InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("", "ref", expression,
6378InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("", "out", expression,