3 writes to ParameterTypeSemantics
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Function.cs (3)
772
ParameterTypeSemantics
= ParameterTypeSemantics.ExactMatchOnly;
775
ParameterTypeSemantics
= ParameterTypeSemantics.AllowImplicitPromotion;
778
ParameterTypeSemantics
= ParameterTypeSemantics.AllowImplicitConversion;
1 reference to ParameterTypeSemantics
System.Data.Entity (1)
System\Data\Metadata\Converter.cs (1)
1012
ParameterTypeSemantics = somFunction.
ParameterTypeSemantics
,