public PropertyDependencySerializationStore(PropertiesDependencieAnalyzer analyzer) { if (analyzer != null) { this.fieldDependentProperties = analyzer.FieldDependentProperties; } }
public PropertyDependencySerializationStore( PropertiesDependencieAnalyzer analyzer ) { if ( analyzer != null ) { this.fieldDependentProperties = analyzer.FieldDependentProperties; } }
public MethodAnalyzer(PropertiesDependencieAnalyzer analyzer) { this.syntaxService = PostSharpEnvironment.CurrentProject.GetService <ISyntaxReflectionService>(); }
public MethodAnalyzer( PropertiesDependencieAnalyzer analyzer ) { this.syntaxService = PostSharpEnvironment.CurrentProject.GetService<ISyntaxReflectionService>(); }