12 references to VerifyNamedArgumentValue
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (12)
Attributes\AttributeTests.vb (4)
4402attrs(2).VerifyNamedArgumentValue(0, fieldName, TypedConstantKind.Array, nullArray) 4405attrs(3).VerifyNamedArgumentValue(0, fieldName, TypedConstantKind.Array, nullArray) 4408attrs(4).VerifyNamedArgumentValue(0, fieldName, TypedConstantKind.Array, emptyArray) 4411attrs(5).VerifyNamedArgumentValue(0, fieldName, TypedConstantKind.Array, emptyArray)
Attributes\AttributeTests_Synthesized.vb (1)
738attribute.VerifyNamedArgumentValue(Of Boolean)(0, "WrapNonExceptionThrows", TypedConstantKind.Primitive, True)
Attributes\AttributeTests_WellKnownAttributes.vb (1)
3625typeAttribute.VerifyNamedArgumentValue(0, "MayLeakOnAbort", TypedConstantKind.Primitive, True)
Emit\CompilationEmitTests.vb (6)
3292typeAttribute.VerifyNamedArgumentValue(0, "RemotingConfiguration", TypedConstantKind.Primitive, True) 3302typeAttribute.VerifyNamedArgumentValue(0, "UnmanagedCode", TypedConstantKind.Primitive, True) 3322typeAttribute.VerifyNamedArgumentValue(0, "Role", TypedConstantKind.Primitive, "User1") 3332typeAttribute.VerifyNamedArgumentValue(0, "Role", TypedConstantKind.Primitive, "User2") 3347methodAttribute.VerifyNamedArgumentValue(0, "Role", TypedConstantKind.Primitive, "User3") 3357methodAttribute.VerifyNamedArgumentValue(0, "Role", TypedConstantKind.Primitive, "User4")