2 references to s_ScriptIgnoreAttributeConstructor
System.Data.Entity (2)
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
816
if (
s_ScriptIgnoreAttributeConstructor
!= null)
818
field.SetCustomAttribute(new CustomAttributeBuilder(
s_ScriptIgnoreAttributeConstructor
, emptyArray));