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