4 implementations of HasDefaultValue
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeletedPropertyDefinition.cs (1)
35
public bool
HasDefaultValue
=> OldDefinition.HasDefaultValue;
Emit\NoPia\CommonEmbeddedProperty.cs (1)
101
bool Cci.IPropertyDefinition.
HasDefaultValue
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PropertySymbolAdapter.cs (1)
79
bool IPropertyDefinition.
HasDefaultValue
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\PropertySymbolAdapter.vb (1)
48
Private ReadOnly Property
IPropertyDefinitionHasDefaultValue
As Boolean Implements IPropertyDefinition.HasDefaultValue
4 references to HasDefaultValue
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedPropertyDefinition.cs (1)
35
public bool HasDefaultValue => OldDefinition.
HasDefaultValue
;
PEWriter\MetadataWriter.cs (2)
1264
if (propertyDef.
HasDefaultValue
)
2387
if (!propDef.
HasDefaultValue
)
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\PropertySymbolAdapter.vb (1)
48
Private ReadOnly Property IPropertyDefinitionHasDefaultValue As Boolean Implements IPropertyDefinition.
HasDefaultValue