9 references to EarlyDecodedWellKnownAttributeData
Microsoft.CodeAnalysis (9)
Symbols\Attributes\CustomAttributesBag.cs (9)
48
return new CustomAttributesBag<T>(CustomAttributeBagCompletionPart.
EarlyDecodedWellKnownAttributeData
| CustomAttributeBagCompletionPart.DecodedWellKnownAttributeData, default(ImmutableArray<T>));
72
Debug.Assert(!IsPartComplete(CustomAttributeBagCompletionPart.DecodedWellKnownAttributeData) || IsPartComplete(CustomAttributeBagCompletionPart.
EarlyDecodedWellKnownAttributeData
));
74
NotePartComplete(CustomAttributeBagCompletionPart.
EarlyDecodedWellKnownAttributeData
);
87
Debug.Assert(IsPartComplete(CustomAttributeBagCompletionPart.
EarlyDecodedWellKnownAttributeData
));
141
Debug.Assert(IsPartComplete(CustomAttributeBagCompletionPart.
EarlyDecodedWellKnownAttributeData
));
179
get { return IsPartComplete(CustomAttributeBagCompletionPart.
EarlyDecodedWellKnownAttributeData
); }
205
/// Only <see cref="
EarlyDecodedWellKnownAttributeData
"/> can be accessed from this bag.
211
/// Both <see cref="
EarlyDecodedWellKnownAttributeData
"/> and <see cref="DecodedWellKnownAttributeData"/> can be accessed from this bag.
223
All =
EarlyDecodedWellKnownAttributeData
| DecodedWellKnownAttributeData | Attributes,