2 writes to _typeInTargetAssembly
PresentationFramework (2)
System\Windows\ComponentResourceKey.cs (2)
33_typeInTargetAssembly = typeInTargetAssembly; 57_typeInTargetAssembly = value;
10 references to _typeInTargetAssembly
PresentationFramework (10)
System\Windows\ComponentResourceKey.cs (10)
47return _typeInTargetAssembly; 69return _typeInTargetAssembly?.Assembly; 106return ((key._typeInTargetAssembly != null) ? key._typeInTargetAssembly.Equals(this._typeInTargetAssembly) : (this._typeInTargetAssembly == null)) && 118return ((_typeInTargetAssembly != null) ? _typeInTargetAssembly.GetHashCode() : 0) ^ ((_resourceId != null) ? _resourceId.GetHashCode() : 0); 126string.Create(null, stackalloc char[256], $"TargetType={((_typeInTargetAssembly != null) ? _typeInTargetAssembly.FullName : "null")} ID={((_resourceId != null) ? _resourceId.ToString() : "null")}");