Method | Description | |
---|---|---|
PropertyDefinitionTranslationUnitFactory ( CSharpSyntaxNode node, Microsoft.CodeAnalysis.SemanticModel semanticModel = null, bool createWhenProtected = false ) : System |
Initializes a new instance of the PropertyDefinitionTranslationUnitFactory class.
|
|
PropertyDefinitionTranslationUnitFactory ( CSharpSyntaxNode node, bool createWhenProtected = false ) : System |
Initializes a new instance of the PropertyDefinitionTranslationUnitFactory class.
|
|
PropertyDefinitionTranslationUnitFactory ( |
Copy initializes a new instance of the PropertyDefinitionTranslationUnitFactory class. For testability. |
Method | Description | |
---|---|---|
CreateTranslationUnit ( VisibilityToken visibility, ITranslationUnit type, ITranslationUnit name, bool hasGet, bool hasSet ) : ITranslationUnit |
Creates the translation unit.
|
protected CreateTranslationUnit ( VisibilityToken visibility, ITranslationUnit type, ITranslationUnit name, bool hasGet, bool hasSet ) : ITranslationUnit | ||
visibility | VisibilityToken | |
type | ITranslationUnit | |
name | ITranslationUnit | |
hasGet | bool | |
hasSet | bool | |
return | ITranslationUnit |
public PropertyDefinitionTranslationUnitFactory ( CSharpSyntaxNode node, Microsoft.CodeAnalysis.SemanticModel semanticModel = null, bool createWhenProtected = false ) : System | ||
node | CSharpSyntaxNode | The syntax node. |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | The semantic model |
createWhenProtected | bool | A value indicating whether the factory should create a |
return | System |
public PropertyDefinitionTranslationUnitFactory ( CSharpSyntaxNode node, bool createWhenProtected = false ) : System | ||
node | CSharpSyntaxNode | The syntax node. |
createWhenProtected | bool | A value indicating whether the factory should create a |
return | System |
public PropertyDefinitionTranslationUnitFactory ( |
||
other | ||
return | System |