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