2 writes to _serializerType
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4751
newRecord.
_serializerType
= _serializerType;
4784
set {
_serializerType
= value; }
2 references to _serializerType
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4751
newRecord._serializerType =
_serializerType
;
4783
get { return
_serializerType
; }