4 implementations of IsNotSerialized
Microsoft.CodeAnalysis (2)
CodeGen\PrivateImplementationDetails.cs (1)
491
public bool
IsNotSerialized
=> false;
Emit\NoPia\CommonEmbeddedField.cs (1)
88
bool Cci.IFieldDefinition.
IsNotSerialized
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\FieldSymbolAdapter.cs (1)
187
bool Cci.IFieldDefinition.
IsNotSerialized
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\FieldSymbolAdapter.vb (1)
147
Private ReadOnly Property
IFieldDefinitionIsNotSerialized
As Boolean Implements IFieldDefinition.IsNotSerialized
2 references to IsNotSerialized
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
766
if (fieldDef.
IsNotSerialized
)
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\FieldSymbolAdapter.vb (1)
147
Private ReadOnly Property IFieldDefinitionIsNotSerialized As Boolean Implements IFieldDefinition.
IsNotSerialized