This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
1 Replies Last post: Mar 1, 2013 3:54 PM by Alex Berezoutsky  
David Roberts Newbie 25 posts since
Jan 26, 2011
Currently Being Moderated

Feb 26, 2013 10:10 PM

Values assigned to property does not show assignments

I have a auto property defined:

public TaxDefinition TaxDefinition1 { get; protected set; }

 

I want to find where the set is referenced, so I click on a use of the property, and right click Inspect->Value Origin, eg

 

     foo(GlobalTestData.TaxDefinition1);

 

I get the following:

 

property TaxDefinition1
Return value of getter of property TaxDefinition1
[GlobalTestData_Web3Sample.initialise]  TaxDefinition1 = Web3TaxManager.Instance.GetTaxDefinition(499)
[StandardWeb3TaxManager.GetTaxDefinition]  return taxDef
Analyzing...
Values assigned to property TaxDefinition1

 

Note that "Values assigned to property TaxDefinition1"  is blank - it doesnt spot the assignment reference which is listed in the "Return value of getter of property TaxDefinition1"

whats going on here?

Alex Berezoutsky JetBrains 456 posts since
Feb 18, 2011
Currently Being Moderated
Mar 1, 2013 3:54 PM in response to: David Roberts
Re: Values assigned to property does not show assignments

Hi David,

 

Thanks for the report. We'll try to check this behavior and get back to you shortly.

More Like This

  • Retrieving data ...