2 writes to _serializerTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4750newRecord._serializerTypeId = _serializerTypeId; 4766set { _serializerTypeId = value; }
2 references to _serializerTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4750newRecord._serializerTypeId = _serializerTypeId; 4765get { return _serializerTypeId; }