1 write to instanceType
System.Runtime.DurableInstancing (1)
System\Runtime\PersistenceMetadataNamespace.cs (1)
24
instanceType
= persistenceMetadataNamespace.GetName("InstanceType");
2 references to instanceType
System.Runtime.DurableInstancing (2)
System\Runtime\PersistenceMetadataNamespace.cs (2)
22
if (
instanceType
== null)
27
return
instanceType
;