2 writes to _typeFullName
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
4321newRecord._typeFullName = _typeFullName; 4372set { _typeFullName = value; }
4 references to _typeFullName
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (4)
4321newRecord._typeFullName = _typeFullName; 4371get { return _typeFullName; } 4398int periodIndex = _typeFullName.LastIndexOf('.'); 4400_typeFullName.Substring(0, periodIndex) :