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