1 instantiation of StructuredTypeNullabilityAnalyzer
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2407static internal StructuredTypeNullabilityAnalyzer Instance = new StructuredTypeNullabilityAnalyzer();
3 references to StructuredTypeNullabilityAnalyzer
System.Data.Entity (3)
System\Data\Query\PlanCompiler\PreProcessor.cs (3)
200ppOp.ColumnMap.Accept(StructuredTypeNullabilityAnalyzer.Instance, m_typesNeedingNullSentinel); 1230StructuredTypeNullabilityAnalyzer.MarkAsNeedingNullSentinel(m_typesNeedingNullSentinel, n.Child0.Op.Type); 2407static internal StructuredTypeNullabilityAnalyzer Instance = new StructuredTypeNullabilityAnalyzer();