1 write to _referencedCollectionTypes
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\ImportOptions.cs (1)
65
public ICollection<Type> ReferencedCollectionTypes =>
_referencedCollectionTypes
??= new List<Type>();