-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEFeature - Ref Fieldshelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on itThe issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Description
Definitely think that MetadataAsSource should show scoped modifiers. At a glance it seems like it doesn't. See MemoryMarshal.CreateSpan. (The point of this method is to be unsafe and claim it doesn't capture the parameter when it really does.)
//
// Summary:
// Creates a new span over a portion of a regular managed object.
//
// Parameters:
// reference:
// A reference to data.
//
// length:
// The number of T elements that reference contains.
//
// Type parameters:
// T:
// The type of the data items.
//
// Returns:
// A span.
public static Span<T> CreateSpan<T>(ref T reference, int length);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEFeature - Ref Fieldshelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on itThe issue is "up for grabs" - add a comment if you are interested in working on it
Type
Projects
Status
Completed