2 writes to providerValue
System.Data.Entity (2)
System\Data\Spatial\DbGeometry.cs (2)
34
this.
providerValue
= spatialProviderValue;
62
this.
providerValue
= resolvedServices.CreateProviderValue(value);
1 reference to providerValue
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
45
public object ProviderValue { get { return this.
providerValue
; } }