10 references to InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\RawInterpolationTests_Handler.cs (10)
6216InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("ref", "", expression,
6233InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("ref", "out", expression,
6250InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("ref", "in", expression,
6267InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("in", "", expression,
6284InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("in", "out", expression,
6301InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("in", "ref", expression,
6318InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("out", "", expression,
6335InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("out", "ref", expression,
6352InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("", "ref", expression,
6369InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("", "out", expression,