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