4 references to IsPublic
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Translator.cs (2)
439if (!LightweightCodeGenerator.IsPublic(result)) 1369if (!LightweightCodeGenerator.IsPublic(propertyAccessor))
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (2)
437return !IsPublic(mi); 442if (!IsPublic(mi))