10 references to InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\InterpolationTests.cs (10)
7999InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("ref", "", expression,
8010InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("ref", "out", expression,
8021InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("ref", "in", expression,
8032InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("in", "", expression,
8043InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("in", "out", expression,
8054InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("in", "ref", expression,
8065InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("out", "", expression,
8076InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("out", "ref", expression,
8087InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("", "ref", expression,
8098InterpolatedStringHandlerArgumentAttribute_MismatchedRefTypes("", "out", expression,