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